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
0
Answer:
ehegwwdvfy8uilikgncvssbg
Similar questions
India Languages,
2 months ago
English,
2 months ago
Math,
4 months ago
Math,
4 months ago
Math,
11 months ago
Computer Science,
11 months ago