Practice Test Geeks home

AMCAT Computer Programming

What is the output of the following C code? int x = 5; printf('%d', x++);

Select your answer