Question file for benchmark/accuracy/syntax/enum 1. This test bucket contains a C and C++ version of the same program. In C++, you can't iterate through an enum using a variable of that type; in other words, the ++ operator is not defined for enum types. Does your parser accept both files or only one? What does it produce for the C version? 2. What is the fourth enumeration constant in enum days? Answer: WED 3. What is the (integer) value of of enumeration constant MON? Answer: 2