Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is token c++?

1089


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

1610


What are the characteristics of friend functions?

1073


Is there any difference between int [] a and int a [] in c++?

1067


Why is c++ is better than c?

1050


Explain the difference between using macro and inline functions?

1182


Where must the declaration of a friend function appear?

1017


How do you traverse a btree in backward in-order?

1095


How many static variables are created if you put one static member into a template class definition?

1088


What is scope resolution operator in c++ with example?

1088


How does atoi function work?

1178


List the issue that the auto_ptr object handles?

1076


What is pair in c++?

1125


How can I learn c++ easily?

1139


How can you quickly find the number of elements stored in a dynamic array?

1096