PRF192_-_SP_2023_-_RE_-_s_2_122.webp
Vegeta_chan

PRF192_-_SP_2023_-_RE_-_s_2_122.webp

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

Thông tin

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

Share this media

Back
Bên trên Bottom