printf(d **a) code example
Example: %d in printf in c
%s - Take the next argument and print it as a string
%d - Take the next argument and print it as an int
%s - Take the next argument and print it as a string
%d - Take the next argument and print it as an int