Vidyalelo
C Programming · Q263

C Fundamentals

Programming · C Programming · question 263

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
Answer
D.
5

Answer: Option C

Solution

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