PRF192_-_SU_2024_-_Block_5_-_FE_2675.webp
R

PRF192_-_SU_2024_-_Block_5_-_FE_2675.webp

Kizspy | Question: 28
(Choose 1 answer)
What is the output when the sample code below is executed?
#include<stdio.h>int main()
{
int x=10,i;for(i=9;i<x;i+=3){printf("%d",i++);break:printf("%d",--i);}
return 0;
FUOVERFL
}
A. 9
B. 8
C. 12
D. 10

Thông tin

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

Share this media

Back
Bên trên Bottom