pointers on c, chp1 notes

%d Print an integer value in decimal.

%o Print an integer value in octal.

%x Print an integer value in hexadecimal.

%g Print a floating point value.

%c Print a character.

%s Print a character string.

\n Print a newline.

Jiayang, Sun 29 January 2016
blog comments powered by Disqus