Wednesday, 1 October 2014

First Program in C


START Coding

            #include<stdio.h>
             void main()
            { 
                          printf("HELLO! Friends. "); 
            }




Output :         HELLO! Friends.


  

No comments:

Post a Comment