Q. What is the difference between float and double in C?
β
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.