PRF192_-_FEB5_-_FA_2023_1298.webp
G

PRF192_-_FEB5_-_FA_2023_1298.webp

(Choose 1 answer)
}

#include<stdio.h>
What will be the output of the following program?
#include <string.h>
void show(char str[])
int len = strlen(str);
for(int i=0;i<len;i++)printf("%c", str[i]);
}
}
int main()
{
char str[] = "abcd";
show(str);
return 0;
A. abcd
B. abcd
C. abcd
D. a,b,c,d
Exit 15

Thông tin

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

Image metadata

Filename
PRF192_-_FEB5_-_FA_2023_1298.webp
File size
47.6 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom