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