3. Визначити значення змінної x, що виводиться на екран, після виконання наступного фрагменту
коду:
int a, x;
a = 1;
x = 0;
switch( a )
{
case 1:
x = 1;
case 2:
x = 2;
case 3:
x = 3;
default:
x = 4;
}
printf("x=%d", x);
обязательно написать обьяснения
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.