Q170
What will be the output of the following C code? #include #include int main () double d; d = difftime (5,17); printf ("%.2f ", d ); return 0;
A.
12.00
B.
-12.00
AnswerC.
Error
D.
12
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board