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
|
673 Discussions
|
Please Login in order to post a comment
include
void main() { printf("hello world");
For C
I wrote the code from scratch just to get more practice
include
include
include
include
int main() {
}
include
int main( ) { printf("Hello World!"); printf("Welcome to C programming."); return 0; }
i wrote this code corrwhy it gives error