Floating Point Issues - Programming

Q1:

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

ANS:C - float, double, long double

The floating point data types are called real data types. Hence float, double, and long double are real data types.