Computer Science, asked by anakhasaju987, 5 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. 3 1
b. Infinite Loop
c. Error
d. 3 2 1​

Answers

Answered by darjibhola869
25

Answer:

please write your questions properly

Answered by Anonymous
8

Answer:

please correct your question

Similar questions