What will be printed out as a result of the following code execution:
int i = 2;
switch (i) {
    case 0: cout << 0;
    case 1: cout << 1;
    case 2: 
    case 3: cout << 3;
    default: cout << 4;
}
Explanation
Get an explanation when it's available:

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести