PRF192_-_SP_2025_-_RE_3698.webp
plum_blossom1

PRF192_-_SP_2025_-_RE_3698.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
plum_blossom1
Ngày thêm
Lượt xem
1,138
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom