♦ C Hello World
♣ About C Hello World
It is important to check whether Hello World program(also known as start check program) is compiling and running properly, to make sure the set-up environment is working properly.♣ Example1: "Hello World" program in C
Basic compilation and running.In this example, printing out "Hello World" in two ways, with printf() and puts().
Example
Input:
Output: