Write a program to print the pattern with alphabets.
#include<stdio.h>
#include<conio.h>
void main()
{
int I,j,c=65;
clrscr();
for(i=65;i<=68;i++)
{
for(j=65;j<=I;j++)
{
printf(“%d”,c);
c++;
}
printf(“\n”);
}
getch();
}
#include<stdio.h>
#include<conio.h>
void main()
{
int I,j,c=65;
clrscr();
for(i=65;i<=68;i++)
{
for(j=65;j<=I;j++)
{
printf(“%d”,c);
c++;
}
printf(“\n”);
}
getch();
}
I love learning and I love people and you’re a person and you’re here to learn. Hopefully, you can see where I’m going with this.
0 Comments
Have any query? Want any type of module?
Please comment it down and let me know.