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

Oracle Directory Object

CyclicRotation:Rotate an array to the right by a given number of steps.