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
AnswerB.
510
C.
10
D.
error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board