Vidyalelo
C Programming · Q57

C Miscellaneous

Programming · C Programming · question 57

Q57

What will be the output of the following C code? main() unsigned a=10; long unsigned b=5l; printf(“%lu%u”,a,b);

A.
105
Answer
B.
510
C.
10
D.
error

Answer: Option A

Solution

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