PRF192_-_FA_2024_-_Block_5_-_RE_3281.webp
Minh Đức1

PRF192_-_FA_2024_-_Block_5_-_RE_3281.webp

Kizspy | Question: 20
(Choose 1 answer)
What is the output when the sample code below is executed?
#include <stdio.h>
int main()
{
int a=1;
switch (a){
case 2: printf ("Two");
case 1: printf ("One");
case 3: printf ("Three");
case 4: printf ("Four");
}
return 0;}
A. OneThreeFour
B. OneTwoThreeFour
C. One
D. TwoOneThreeFour
FUOVER

Thông tin

Category
PRF192
Thêm bởi
Minh Đức1
Ngày thêm
Lượt xem
2,886
Lượt bình luận
5
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom