Vidyalelo
C Programming · Q78

File Input Output

Programming · C Programming · question 78

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
Answer
C.
78
D.
error

Answer: Option B

Solution

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