What is the output of the program?
#include <iostream>
using name space std;
int main()
enum days
mon, tues, wed, thurs, fri, sat, sun
for (int num = mon; num <= sun; num++)
cout << num++ + (days (num));
return 0;
Answers
Answered by
3
Answer:
The output of the program : Error
Explanation
Answered by
22
Answer:
15913 is the output of this question
Similar questions
Accountancy,
4 months ago
Math,
4 months ago
English,
4 months ago
Psychology,
9 months ago
Physics,
1 year ago