
#include<iostream>
using namespace std;
int main()
{
char x=65;
int i,j,n;
cout<<"Enter the number of rows :""\n";
cin>>n;
for(i=0;i<n;i++)
{
cout<<"\n";
for(j=i;j>=0;j--)
{
cout<<x;
x=x+1;
}
x=65;
}
cout<<"\n";
system ("pause");
return 0;
}

Dreaming in Digital, Living in Realtime, Thinking in Binary, Talking in IP. WELCOME TO OUR WORLD.
Flash Labels by Way2Hack
Coolstuff Designed by Somesh Chaudhary © 2013 All Rights Reserved.