Home » C Programming » Floating Point Issues

What are the different types of real data type in C?

Correct Answer: float, double, long double

Explanation:

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion