'Hello World' in C Programming


The C language is a structure oriented programming language, developed at Bell Laboratories in 1972 by Dennis Ritchie and Brian Kernighan.

See also - Why Language 'C' requires after 'B' ?How did C get its name ?

How to write "Hello World" in C language.....!



#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("Hello World");
getch();
}

screen shots showing program for "hello world"



Download Turbo C from here - Turbo C

Comments

Popular posts from this blog

Artificial Intelligence

Biometrics

Smart Card