write a C++ programming using for loop:
*
* *
* * *
* * * *
Answer Posted / amit
void main()
{
int i,j;
for(i=1;i<=4;i++)
{
for(j=1;j<=1;j++)
cout<<"*"
cout<<endl;
}
getch();
}
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
Explain how an exception handler is defined and invoked in a Program. What is the difference between a baller and a reference in C++? What are the syntactic rules to be avoid ambiguity in multiple inheritance? What is ctime c++? Describe linked list using C++ with an example. What is a template in c++? What is void pointer in c++ with example? Show the declaration for a static function pointer. Who made c++? What is the use of 'this' pointer? What are the four main data types? what Is DCS ? what i will get benefit when i did? What is istream and ostream in c++? What is binary search in c++?