Computer Science, asked by jothsna510, 2 months ago

What is the output of the program

#include
using namespace std;

int main()
{
for(int i=3; i!=0; i--)
{
cout< }
}

Answers

Answered by dhanwaniharsh5
0

Answer:

no output as no printing statement

Similar questions