If a new operator is defined for a class and still global new operator have to be used, which operator should be used with the keyword new?
(a) Colon
(b) Arrow
(c) Dot
(d) Scope resolution
I have been asked this question during an online exam.
Query is from New Operator in division Memory Allocation & Scope of Variable of Object Oriented Programming