The 'new' is a function in C++?

157. The "new" is a function in C++?

  1. Yes
  2. No

Answer: B) No

Explanation:

No, "new" is an operator in C++, which is used to allocate memory space dynamically.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.