We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C
- Introduction
- "Hello World!" in C
- Discussions
"Hello World!" in C
"Hello World!" in C
Sort by
recency
|
633 Discussions
|
Please Login in order to post a comment
bro what this is so confused
the description is so confusing
include
void main() { printf("helloWorld",);}
int main() {
char name[100]; scanf("%[^\n]s",&name); printf("Hello, World!"); printf("\n%s",name);
return 0; }