Monday, 26 September 2011

26-09-2011 1st Print hello word

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

No comments:

Post a Comment