How to print Hello Word in C Language

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr()
print("Hello Word!");
getch()
}ckstudyhub

Comments

Popular posts from this blog

How to make an Automated Refreshing Web Browser Using VB.NET

How to make a text to speech program in vb.net