C examples for Language Basics:Hello World
The block identifier { after the main() function name is missing.
#include <stdio.h> int main() printf("Welcome to C Programming\n"); }