Q92
What will be the output of the following C code? printf(“ Output: %5d %x %#x”, 234,234,234);
A.
Output:234EA0xEA
B.
Output:00234 EA 0xEA
C.
Output: 234 EA 0xEA
AnswerD.
ERROR
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board