阅读程序:#include <stdio.h>#include <string.h> int main() {char str1[]="how do you do",str2[10]; scanf("%s",str2); printf("%s",str2); printf("%s",str1); return 0;}运行该程序,输入字符串HOW DO YOU DO,则程序的输出结果是( )。
A、HOW DO YOU DO
B、HOWhow do you do
C、How how do you do
D、how do you do
发布时间:2025-07-19 20:04:36