Q263
What will be the output of the following C code snippet? #include void main() unsigned int x = -5; printf("%d", x);
A.
Run time error
B.
Aries
C.
-5
AnswerD.
5
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board