Science, asked by pallaviheble17, 4 months ago

What is the output of the program?
#include <iostream>
using namespace std;
int main()
{
for(int i=3; i !=0; i--)
{
cout<<i--<<" ";
}
}
a. 31
b. Infinite Loop
c. Error
d. 3 2 1​

Answers

Answered by ansh102011
0

Answer:

ehegwwdvfy8uilikgncvssbg

Similar questions