Vidyalelo
C++ Programming · Q36

Variables and Data Types in C++

Programming · C++ Programming · question 36

Q36

What is the data type of the expression: 3.14f 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