πŸ“Š C++
Q. Which of the following data types can store floating-point numbers in C++?
  • (A) int
  • (B) double
  • (C) char
  • (D) boolean
πŸ’¬ Discuss
βœ… Correct Answer: (B) double

Explanation: The 'double' data type in C++ is used to store floating-point numbers.

Explanation by: Vijay Sangwan
The 'double' data type in C++ is used to store floating-point numbers.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
199
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
97%
Success Rate