Hello world

FIRST PROGRAM THE WORLD STARTS..



#include<conio.h>
#include<stdio.h>

void main()
{
printf("HELLO WORLD THIS IS MY FIRST PROGRAM");
getch();
}



output:

HELLO WORLD THIS IS MY FIRST PROGRAM

Comments

Popular posts from this blog

SKILL ROCKS TECH QUESTIONS

C Program for Analog Clock Design

Php Check is date or not