You are viewing a single comment's thread. Return to all comments →
int main() {
char s[100]; printf("Hello, World!\n"); fgets(s,sizeof(s),stdin); printf(s) ; return 0;
}
Seems like cookies are disabled on this browser, please enable them to open this website
"Hello World!" in C
You are viewing a single comment's thread. Return to all comments →
include
include
include
include
int main() {
}