Home » MCQs » C++ MCQs
157. The "new" is a function in C++?
Answer: B) No
Explanation:
No, "new" is an operator in C++, which is used to allocate memory space dynamically.
Comments and Discussions!
Load comments ↻
Recently Published MCQs