Study of strings - 2.

#include <stdio.h>

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

printf("\nEnter a string : ");
scanf("%s", str);

printf("\n%s", 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