Site icon Exam4Training

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.

Exit mobile version