what is the output?
#includestdio.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;
}


Posted on by