Hello World


Print message on screen - First C Program
/* Hello World program */

#include<stdio.h>

main()
{
    printf("Hello World");


}

Comments

Popular posts from this blog

Configure IP address on Oracle Linux

Add Linux System Call

Counts characters and words in a string