C Hello World program without using a semicolon
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out Hello, World! Hello, World! Hello, World! kodingwindow@kw:~$
What Next?
C program to perform the arithmetic operations
C program to perform the boolean operations
C program to perform the relational operations
Advertisement