I am born with potential,
I am born with goodness,
I am born with ideas and dreams,
I am born with greatness,
I have wings,
I have two wings,
I am meant for creativity because I have wings,
I will fly, I will fly, I will fly !!! -- DR. A. P. J. Abdul Kalam
Search This Blog
Friday, December 30, 2011
get() and put() function use
#include main( )
{
char name[30] ;
printf ( "Enter your name\n" ) ;
gets ( name ) ;
puts ( "Welcome to codesnipr.....");
puts ( name ) ;
getch();
}
No comments:
Post a Comment
Thank you