Computer Science, asked by rathouraman7512, 10 months ago

What are the different types of real data type in c ? 2 points
a. Float, double
b. Short int, double, long int
c. Float, double, long double
d. Double, long int, float?

Answers

Answered by mohanrajl
5

Answer:

c. Float, double, long double

Explanation:

Floating types are used to store real numbers.

Answered by Anonymous
0

The different types of real data types in c are Float, double, long double. (Option c)

  • In C, data types refer to a complex system for defining variables and functions of various sorts.
  • A variable's type dictates how much storage space it takes up and how the stored bit pattern is interpreted.
Similar questions