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

PRF192_-_SU_2024_-_Block_5_-_RE_2704.webp

Kizspy | Question: 25
(Choose 1 answer)
FUOVERFLOW
}
What is the output when the sample code below is executed?
#include<stdio.h>int main()
{
int x=10,i;
for(i=0;i<x;i+=3){
printf("One");continue;
printf("Two");
}
return 0;
A. OneOneOneOne
B. OneTwoOneOne
C. OneTwoTwoTwo
D. TwoTwoTwoOne

Thông tin

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

Share this media

Back
Bên trên Bottom