Computer Science, asked by akhila566, 1 month ago

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 chinna1108
0

Answer:

c.error

I think this answer might help you

Similar questions