What is the output of the program
#include
using namespace std;
int main()
{
for(int i=3; i!=0; i--)
{
cout<
}
}
Answers
Answered by
0
Answer:
no output as no printing statement
Similar questions
Math,
1 month ago
Science,
1 month ago
English,
1 month ago
Social Sciences,
3 months ago
Accountancy,
10 months ago
Biology,
10 months ago
Math,
10 months ago