Answer Posted / clearner
void odddesc(int n)
{
for(int i=(2*n-1);i>=1;i=1-2)
cout<<i<<endl;
}
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
How long will it take to learn programming?
How to declare an array of pointers to integer?
How did c++ start?
Is java based off c++?
What is c++ best used for?
Explain the difference between c++ and java.
What is object in c++ example?
Why we use #include conio h in c++?
Why is c++ difficult?
What is time h in c++?
Why is polymorphism useful?
What is a singleton class c++?
What is c++ namespace?
What's the order in which the objects in an array are destructed?
What are c++ storage classes?