logo

Crowdly

Browser

Add to Chrome

Виберіть коректні частини коду 1. char * str = "a"; switch (str) { c...

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

Виберіть коректні частини коду

1. char * str = "a";

switch (str)

{

case "a":; break;

default :;

}

2. enum day {sun, mon, thus};

day d = mon;

switch (d)

{

case sun:; break;

}

(C++)

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

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

Browser

Add to Chrome