Computer Science, asked by antaripnandi, 7 months ago

What is the output of the Program?
void main()
{
int a;
for(a=10; a>0; a--)
cout<<a<<" ";
}
}​

Answers

Answered by kunalkale012
1

Answer:

10 9 8 7 6 5 4 3 2 1

this is the answer

Similar questions