Name: Anonymous 2010-07-09 5:39
I have read 35 pages of SICP and 20 pages of K&R behold:
#include <stdio.h>
main ()
int i=0 ;
for i=0,i=>5,i++
printf(" EXPERT PROGRAMMER"\n) ;
return (0)