Which of the following is false about the new operator and the object for which it allocates memory?
a. It calls the object’s constructor.
b. It returns a pointer.
c. It does not require the size of the object to be explicitly specified in the new expression.
d. It automatically destroys the object after main is exited.
d. It automatically destroys the object after main is exited.
Computer Science & Information Technology
You might also like to view...
Which interface should you use to launch the command IPCONFIG ?
A. Command Prompt B. Control Panel C. MMC D. Task Manager
Computer Science & Information Technology
When a thread calls the acquire method, the lock enters the _________ state.
a) waiting. b) blocked. c) locked. d) None of the above.
Computer Science & Information Technology