Q18.webp
Erza_girl

Q18.webp

Kizspy Question: 18
(Choose 1 answer)
FUJOVERFLOW.Com
Choose the best comment about the output of the following C code:
#include <stdio.h>
void main()
int i = 0;
while (i < 5)
i++;
printf("Hi-");
while (i <4)
{
i++;
printf("Hello-");
A. Hi-Hi-Hi-Hi-Hello-Hello-Hello-Hi-
B. Hi-Hi-Hi-Hi-Hi-Hello-Hello-Hello-
C. Hi-Hello-Hello-Hello-Hello-Hi-
D. Hi-Hello-Hello-Hello-Hi-

Thông tin

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

Share this media

Back
Bên trên Bottom