Difference between a dream and an aim. A dream requires soundless sleep, whereas an aim requires sleepless efforts.
#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