What is the new operator?
(a) Allocates memory for an object or array
(b) Allocates memory for an object or array and returns a particular pointer
(c) Used as return type when an object is created
(d) Used to declare any new thing in a program
The question was asked in a national level competition.
My question comes from New Operator in chapter Memory Allocation & Scope of Variable of Object Oriented Programming