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
AnswerC.
334
D.
324
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board