Vidyalelo
C Programming · Q42

File Input Output

Programming · C Programming · question 42

Q42

What will be the output of the following C code? #include #include int main() unsigned int i = -1; printf("%f ", fabs(i)); return 0;

A.
Compile time error
B.
1
C.
-1
D.
None of the mentioned
Answer

Answer: Option D

Solution

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