Vidyalelo
C++ Programming · Q121

Variables and Data Types in C++

Programming · C++ Programming · question 121

Q121

Which of three sizes of floating point types should be used when extended precision is required?

A.
float
B.
double
C.
long double
Answer
D.
extended float

Answer: Option C

Solution

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