AMCAT Practice Test
AMCAT Computer Programming
What is the output of the following C code? int x = 5; printf('%d', x++);
Select your answer
A
4
B
5
C
6
D
Compilation error
Hint