Simple C programming
Showing posts with label
c programming
.
Show all posts
Showing posts with label
c programming
.
Show all posts
Thursday, 18 June 2020
Simple C Program
#include<studio.h>
#include<conio.h>
void main()
{
clrscr()
printf("Hello World");
getch()
}
Home
Subscribe to:
Posts (Atom)