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.
No comments:
Post a Comment