C %d

C
%s - Take the next argument and print it as a string
%d - Take the next argument and print it as an int
Source

Also in C: