Study of strings - 3.

#include <stdio.h>

int main(void)
{
char str[80];

printf("\nEnter a string : ");
gets(str);

/* Displaying strings using puts() function */
puts(str);

return 0;
}

No comments:

Post a Comment

kiss on google ads if you are anonymous because your ip is trackable.thank you.

......from.admin