C hello world program || C programming examples

C hello world program


#include <stdio.h>
 
main()
{
    printf("Hello World\n");  
    return 0;
}


Output of above program:
"Hello World"
Share this Post Share to Facebook Share to Twitter Email This Pin This Share on Google Plus Share on Tumblr join on whatsapp

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment