Answer Posted / shani jaiswal
#include <iostream.h>
int main()
{
int a,b,c,d=5,e=1,f=3;
for(c=1;c<=d;c++)
{
for(a=0;a<f;a++)
cout<<" ";
for(b=0;b<e;b++)
cout<<"* ";
cout<<'\n';
d--;
e++;
f--;
}
return 0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 4 pillars of oop?
Which language is not a true object oriented programming language?
What is the main feature of oop?
what are the ways in which a constructors can be called?
What is difference between inheritance and polymorphism?
What is oops and its features?
What is abstraction in oop?
What is object and example?
Can an interface inherit a class?
What does sksksk mean in text slang?
What is the difference between encapsulation and polymorphism?
What is oops and why we use oops?
What does enum stand for?
What is protected in oop?
program for insertion ,deletion,sorting in double link list