Vidyalelo
C Programming · Q170

Standard Library Functions

Programming · C Programming · question 170

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
Answer
C.
Error
D.
12

Answer: Option B

Solution

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