Vidyalelo
C++ Programming · Q105

Standard Template Library (STL) in C++

Programming · C++ Programming · question 105

Q105

What will be the output of the following C++ code? #include #include int main () printf ("%lf", pow (7.0,3)); return 0;

A.
343
B.
343.00
Answer
C.
334
D.
324

Answer: Option B

Solution

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