What is the output of the program?
#include
using namespace std;
int main()
{
for(int i=3; i!=0; i--)
{
cout<
}
}
a. 3 1
b. Infinite Loop
c. Error
d. 3 2 1
Answers
Answered by
0
Programs require data to be input. This data is used (processed) by the program, and data (or information ) is output as a result.
Similar questions