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
Зарегистрируйся сейчас
или Подпишись на будущие тесты