Header Ads

Hii,I am Anand Nayak.This blogger is make for specially basic programs of some language.

My first programe



#include<stdio.h>     //header file
#include<conio.h>
void main()
 {
    printf("Hello, We are Devloper.");  //predefine fumction
getch();
}

No comments