PRF192_-_SP_2025_-_Block_5_-_2_3869.webp
AllMight90

PRF192_-_SP_2025_-_Block_5_-_2_3869.webp

Kizspy | Question: 24
(Choose 1 answer)
PUZVEF_JW.com
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;
}
A. 9
B. 8
C. 12
D. 10
  • Like
Reactions: Baek Jena

Thông tin

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

Share this media

Back
Bên trên Bottom