Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Floating Point Issues
What are the different types of real data type in C?
float, double
short int, double, long int
float, double, long double
double, long int, float
Show Answer
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!
Name:
Comment:
Post Comment