Hello World Get link Facebook X Pinterest Email Other Apps - May 01, 2016 Print message on screen - First C Program /* Hello World program */ #include<stdio.h> main() { printf("Hello World"); } Read more