1. Home
  2. C Programming
  3. Examples
  4. C Hello World Program

C Hello World Program

This is simple C program to display “Hello, World!” on the output screen. This helps you understand the very basic syntax of a C program.

C Hello World Program

The printf() is used to inbuild library function defined in stdio.h header.

It is used to display output on the screen.

Output

Hello World!
Tags , ,