Vidyalelo
C++ Programming · Q28

Variables and Data Types in C++

Programming · C++ Programming · question 28

Q28

What is the data type of the expression: 5.2f in C++?

A.
long double
B.
float
Answer
C.
int
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board