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
25
Answer:
please write your questions properly
Answered by
8
Answer:
please correct your question
Similar questions