Home »
MCQs »
C++ MCQs
Which of the following is not the basic type in C++?
43. Which of the following is not the basic type in C++?
- int
- float
- array
- char
Answer: C) array
Explanation:
The "array" is a derived datatype in C++. It is not a fundamental datatype in C++.