Thursday, 18 June 2020

Simple C Program

#include<studio.h>
#include<conio.h>
void main()
{
clrscr()
printf("Hello World");
getch()
}