To use Get( ) and Put( )
#include
main( )
{ char name[15];
puts("Please Your name here ..... ");
gets(name);
puts("Hello");
puts(name);
puts("How Are You ? ");
return 0;
}
Result :
Post a Comment
No comments:
Post a Comment