PoiNtEr->: print %d using printf statement in c language

                             Difference between a dream and an aim. A dream requires soundless sleep, whereas an aim requires sleepless efforts.

Search This Blog

Sunday, April 25, 2010

print %d using printf statement in c language





#include<stdio.h>




#include<conio.h>




main()




{




printf("%%d");




getch();




}



No comments:

Post a Comment