PRF192_-_SU_2024_-_Block_5_-_RE_2704.webp
Quốc Hùng2

PRF192_-_SU_2024_-_Block_5_-_RE_2704.webp

Kizspy | Question: 22
(Choose 1 answer)
FUOVERFLOW
#include <stdio.h>
What is the output when the sample code below is executed?
int main() { int i = 10;
do {
printf("%d ", i);
i -= 2;
} while (i >= 1);
return 0;
}
A. 108642
Β. 10 8 64 20
C. 1086420-2-4
D. 1098765432

Thông tin

Category
PRF192
Thêm bởi
Quốc Hùng2
Ngày thêm
Lượt xem
2,586
Lượt bình luận
7
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom