Q. Which of the following data types can store floating-point numbers in C++?
β
Correct Answer: (B)
double
Explanation: The 'double' data type in C++ is used to store floating-point numbers.