Discussion :: Floating Point Issues
-
What are the different types of real data type in C ?
A.
float, double
|
B.
short int, double, long int
|
C.
float, double, long double
|
D.
double, long int, float
|
Answer : Option C
Explanation :
The floating point data types are called real data types. Hence float, double, and long double are real data types.
Be The First To Comment