Q78
What will be the output of the following C code? #include #include void main() int k = fabs(-87); printf("%d ", k);
A.
-87
B.
87
AnswerC.
78
D.
error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board