Ive been reading my book through out the course of my day and ive found my self reading this example and its output over & over again.
now I get the gist of putchar but wat i dont get is why does it only printsCode:#include <stdio.h> main() { putchar(65); putchar(10); putchar(66); putchar(10); putchar(67); putchar(10); return 0; }
A
B
and not the other letters.



LinkBack URL
About LinkBacks


