Computer Science, asked by chnarsimha2580, 1 month ago

#include<stdio.h>
int main()
{
enum week{sun = -1, mon, tue, wed, thu = 5, fri, sat);
printf("%d %d %d %d %d %d %d", sun, mon, tue, wed, thu, fri, sat);
return 0;
}​

Answers

Answered by balpreet20
0

Answer:

Go to stackoverflow.com

Similar questions