You are viewing a single comment's thread. Return to all comments →
char c[100]; char s[100]; char sen[100];
scanf(" %[^\n]s", c); scanf(" %[^\n]s", s); scanf(" %[^\n]s", sen); printf("%s\n%s\n%s", c, s, senchar c[100]; char s[100]; char sen[100]; scanf(" %[^\n]s", c); scanf(" %[^\n]s", s); scanf(" %[^\n]s", sen); printf("%s\n%s\n%s", c, s, sen
Seems like cookies are disabled on this browser, please enable them to open this website
Playing With Characters
You are viewing a single comment's thread. Return to all comments →
char c[100]; char s[100]; char sen[100];