πŸ“Š C Programming
Q. What is the difference between float and double in C?
  • (A) both are used for the same purpose
  • (B) double can store just double value as compare to float value
  • (C) double is an enhanced version of float and was introduced in C99
  • (D) double is more precise than float and can store 64 bits
πŸ’¬ Discuss
βœ… Correct Answer: (D) double is more precise than float and can store 64 bits

Explanation: In C programming language, the double is more precise than float and can store 64 bits.

Explanation by: Kanak Sharma
In C programming language, the double is more precise than float and can store 64 bits.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
249
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
99%
Success Rate