Vidyalelo
C Programming · Q92

File Input Output

Programming · C Programming · question 92

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

Answer: Option C

Solution

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