HELLO PROGRAM FOR BIGNNERS
\⬋⬋ first include heder files
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\n hello");
getch();
}
output⤠ hello
\⬋⬋ first include heder files
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\n hello");
getch();
}
output⤠ hello
No comments:
Post a Comment