PRF192_-_SP_2023_-_RE_-_s_1_121.webp
I

PRF192_-_SP_2023_-_RE_-_s_1_121.webp

Multiple Choices
(Choose 1 answer)
What is the output when the sample code below is executed?
int i=0, j=0;
for(i=1; i<10, j<3; i *= 2) { printf("%d ", j++);
} printf(" %d %d", i, j);
A. 0 1 2 3 84
B. 0 1 2 394
C 0 12 8 3
D. 0 1 2 3 18 4
  • Like
Reactions: hakuna_matata

Thông tin

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

Share this media

Back
Bên trên Bottom