Math, asked by gggobi, 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<<--<<" ";​

Answers

Answered by anupamamanjunath1971
1

Answer:

  1. include

Step-by-step explanation:

correct answer

Similar questions