What are the different types of real data type in C ?
Answer: Option C
Explanation:
The floating point data types are called real data types. Hence float, double, and long double are real data types.