PRF192_-_SP_2025_-_Block_5_-_2_3869.webp
AllMight90

PRF192_-_SP_2025_-_Block_5_-_2_3869.webp

Kizspy Question: 25
(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=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
AllMight90
Ngày thêm
Lượt xem
1,462
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom