PRF192_-_SP_2025_-_Block_5_-_1_3841.webp
T

PRF192_-_SP_2025_-_Block_5_-_1_3841.webp

Kizspy Question: 18
(Choose 1 answer)
PUBVERSLOW.Com
What is the result displayed on the screen of the following program?
#include<stdio.h>
#include<ctype.h>
int main()
{
char a "hello world";
int i = 0;
while (!isspace(a[i]))
i++]
printf("%d, %c", i, a[i-1]);
return 0;
A. 0, h
B. 5, o
C. 5,
D. 5, w

Thông tin

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

Share this media

Back
Bên trên Bottom