Delicious Digg Facebook Favorites More Stumbleupon Twitter

Tuesday 21 August 2012

Simple 'c' program


                          Simple "C-Program"

         #include<stdio.h>         //Header file
               main()                           //function
            {
            
                 clrscr();                  //clear screener
                 printf("welcome");    //print the message
                         getch();                    //get a char
           }


        out put:-
                        welcome


0 comments:

Post a Comment