program to print this triangle
*
* *
* * *
Answer Posted / roma
for(i=1; i<=3; i++)
{
cout<<"*"
}
getch();
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is token c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are the characteristics of friend functions?
Is there any difference between int [] a and int a [] in c++?
Why is c++ is better than c?
Explain the difference between using macro and inline functions?
Where must the declaration of a friend function appear?
How do you traverse a btree in backward in-order?
How many static variables are created if you put one static member into a template class definition?
What is scope resolution operator in c++ with example?
How does atoi function work?
List the issue that the auto_ptr object handles?
What is pair in c++?
How can I learn c++ easily?
How can you quickly find the number of elements stored in a dynamic array?