Examveda

What will be the output of the following C code?
printf(“\n Output: %5d \t %x \t %#x”, 234,234,234);

A. Output:234EA0xEA

B. Output:00234 EA 0xEA

C. Output:    234 EA 0xEA

D. ERROR

Answer: Option C


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output