Showing posts with label eeeee dddd ccc bb a decrease character pyramid c program. Show all posts
Showing posts with label eeeee dddd ccc bb a decrease character pyramid c program. Show all posts

1.29.2014

Decrease Character Pyramid

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()
{