Feed Headline Animator

write a program to input a string by using “gets” function and then print it on the screen by using the “puts” function (Gets Function)

main( )
{
charstr[20];
clrscr();
puts(“/n Enter a string ?”);
gets(gets);
puts(“The string is”);
puts(str);
getch();
}


Posted by: Wasim Javed

No comments:

Post a Comment