Q17.webp
K

Q17.webp

  • Media owner Kasumi86
  • Ngày thêm
Kizspy | Question: 17
(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
Kasumi86
Ngày thêm
Lượt xem
1,286
Lượt bình luận
5
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom