Which of the following is not the basic type in C++?

43. Which of the following is not the basic type in C++?

  1. int
  2. float
  3. array
  4. char

Answer: C) array

Explanation:

The "array" is a derived datatype in C++. It is not a fundamental datatype in C++.

Comments and Discussions!

Load comments ↻






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