Tuesday 23 December 2014

First program

/*first c program in lab */
/*Prints hello world */ 
#include<stdio.h>
#include<conio.h>
main()
      {
                 printf("hello word");
                 getche();
      }

No comments:

Post a Comment