Q. Write a C program to print the following decrease character pyramid as:
EEEEE
DDDD
CCC
BB
A
Ans.
/*c program for decrease number pyramid*/
#include<stdio.h>
int main()
{
EEEEE
DDDD
CCC
BB
A
Ans.
/*c program for decrease number pyramid*/
#include<stdio.h>
int main()
{