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
What are the types of array in c++?
Is c++ a dying language?
Write a program to show polymorphism in C++?
What is abstraction in c++?
Write a struct time where integer m, h, s are its members?
What is the use of endl in c++ give an example?
What is runtime errors c++?
What is do..while loops structure?
What is a local variable?
How many types of classes are there in c++?
What is the benefit of learning c++?
What is c++ w3school?
Do you know the problem with overriding functions?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is meaning of in c++?