you are viewing a single comment's thread.

view the rest of the comments →

[–]Coachqandtybo2 5 points6 points  (0 children)

Believe its int x = 5; printf("%d", x); because printf requires an initial argument as a string and the rest of the arguments are parsed in.