Computer Science, asked by geetanjalikandpal32, 8 months ago

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 Yamini1999
3

Answer:

The output of the program : Error

Explanation

Answered by unnativarshney844933
22

Answer:

15913 is the output of this question

Similar questions