Which data type in C is used to represent floating point numbers with single precision?

Which data type in C is used to represent floating point numbers with single precision?
A . short float
B . double
C . long double
D . float

Answer: D

Explanation:

The float data type in C is used for single precision floating point numbers.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments