HomeB.Tech Hello Program byArati Singh -April 18, 2013 0 /* hello.c -- The most famous program of them all .. */ #include <stdio.h> int main(void) { printf("Hello World!\n"); // return 0; } Tags B.Tech BCA Facebook Twitter