Vidyalelo
C++ Programming · Q109

Standard Template Library (STL) in C++

Programming · C++ Programming · question 109

Q109

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

A.
10
B.
-10
C.
10.600000
Answer
D.
-25

Answer: Option C

Solution

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