Sunday, May 3, 2020

Basic C program

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

OUTPUT : Hello World

No comments:

Post a Comment