This Program is to display some text only.
#include<stdio.h>
#include<conio.h>
main()
{
clrscr();
printf(" AAAAAAAAAAAAn");
printf(" AAAAAAAAAAn");
printf(" AAAAAAAAn");
printf(" AAAAAn");
printf(" AAAn");
printf(" An");
getch();
}
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("AAAAAAAAAAAAn AAAAAAAAAAn AAAAAAAAn AAAAAn AAAn A");
getch();
}
No comments:
Post a Comment