What is the output of the program?
#include
using namespace std;
int main()
{
for (int i=3; i !=0; i--)
{
cout<
}
}
a. 31
b. Infinite Loop
c. Error
d. 321
Answers
Answered by
0
Answer:
c.error
I think this answer might help you
Similar questions