PoiNtEr->: c program dat shows printf returns a value

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

Search This Blog

Thursday, April 29, 2010

c program dat shows printf returns a value




#include<stdio.h>




#include<conio.h>




main()




{




printtf("%d",printf("richa"));




getch();




}




output: richa5




here five is d value which printf return dat shows how many charactr it will print.....



No comments:

Post a Comment