Thursday 3 October 2013

"Hello World" in C

/* Simple 'Hello World' program in C */

#include <stdio.h>
 main()
{
       printf("Hello world :) This is Khan \n");
}

No comments:

Post a Comment