PRF192_-_FA_2022_-_FE_163.webp
peaceful_mind

PRF192_-_FA_2022_-_FE_163.webp

Multiple choices 37/50
Answer (Choose 1 answer)
Next
What is the output when the sample code below is executed?
int a = 0, b = 0, c = 0;if (a > 0)a++:b-=1;if (b > 0) c = 1;else c = 2;printf("%d %d %d",a,b,c);
A. 1-1 0
B. 0 -1 0
C 0-1 2
D. 10 2
1
2
3
4
5
6
7
8
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45 46 47 48
49 50

Thông tin

Category
PRF192
Thêm bởi
peaceful_mind
Ngày thêm
Lượt xem
1,353
Lượt bình luận
9
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom