Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Wednesday, February 9, 2011

C1 : To dispaly a message


To dispaly a message : 

#include<stdio.h>
#include<conio.h>
void main()
{
          clrscr();
          printf("Hellow.......This is my first C Program");
          getch();
}

-----------------------------------
Output :
Hellow.......This is my first C Program


Refer My first C Program also.



======================================================
Back to Home   &  C

No comments: