Simple C programming
Thursday, 18 June 2020
Simple C Program
#include<studio.h>
#include<conio.h>
void main()
{
clrscr()
printf("Hello World");
getch()
}
No comments:
Post a Comment
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment