logo

Crowdly

What is the output? enum Color { RED, GREEN = 5, BLUE }; int main() {   ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What is the output?

enum Color { RED, GREEN = 5, BLUE };

int main() {

    enum Color c = BLUE;

    printf("%d\n", c);

    return 0;

}

More questions like this

Want instant access to all verified answers on distedu.ukma.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!