%x represents output in hexadecimal format
%X (capital X) represents output in hexadecimal uppercase format
%s represents Output in string format
%d represents output in integer format
%f represents output in floating point format
%c represents character Format output
We still have to work hard!