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, August 31, 2011

C-37 : My first C Program

My first C Program ; To display a message


#include<stdio.h>
#include<conio.h>
void main()
            {
            clrscr();
            printf("My first Program!! \n");
            getch();
            }


Output :

My first Program!!




Refer To display a message also.

Note :
While using code block ....See the input code below :
(use file --> new empty file )
 

(No need to  use "clrscr" if u are using code block like software)
=========================================================================
Back to Home   &  C

No comments: