Q. Which of the following is not a valid data type in C++?
β
Correct Answer: (C)
real
Explanation: 'real' is not a valid data type in C++. The correct data type for floating-point numbers is 'float' or 'double'.