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 should main() return in c and c++?

1072


Can create new c++ operators?

1064


What do you mean by const correctness?

1127


What is the difference between the functions memmove() and memcpy()?

1164


What is the return value of the insertion operator?

1175


What are the rules about using an underscore in a c++ identifier?

1248


What is flush programming?

1055


Explain virtual destructor?

1247


Differentiate between an inspector and a mutator ?

1285


When should you use global variables?

1271


What are static member functions?

1153


why is iostream::eof inside a loop condition considered wrong?

1110


What is the use of class in c++?

1117


What is c++ prototype?

1300


Is c# written in c++?

1029