#include<stdio.h>/*header file*/
#include<conio.h>/*header file*/
void main()
{
printf("hello world!");/* printf will print hello world! as output*/
getch();
}
#include<conio.h>/*header file*/
void main()
{
printf("hello world!");/* printf will print hello world! as output*/
getch();
}
No comments:
Post a Comment