Program to print "Good Morning"
#include<stdio.h>
#include<conio.h>
main()
{
clrscr();
printf("Good Morning!");
gect();
}
Output:
Good Morning!
#include<stdio.h>
#include<conio.h>
main()
{
clrscr();
printf("Good Morning!");
gect();
}
Output:
Good Morning!
0 comments:
Post a Comment