MID TERM EXAM

What is the output of this C code? Int main() { enum {ORANGE = 12, MANGO, BANANA = 11, APPLE}; printf("APPLE = %d\n", APPLE); }
APPLE= 11
APPLE= 12
APPLE= 23
APPLE= 0
{"name":"MID TERM EXAM", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What is the output of this C code? int main() { enum {ORANGE = 12, MANGO, BANANA = 11, APPLE}; printf(\"APPLE = %d\\n\", APPLE); }","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker