0
Follow
0
View

The answer is D, many people don't understand...

dxboy999 注册会员
2023-02-28 04:26

the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > D.

Because scanf("%c", str[0]) should have a character type as its argument type, not a character array type, scanf("%c", & str[0]).

cyok5656 注册会员
2023-02-28 04:26

D, the character input should add the address &

scanf("%c", &str[0]);

About the Author

Question Info

Publish Time
2023-02-28 04:26
Update Time
2023-02-28 04:26

Related Question

QGIS中modelor tools

使用 qml listview展示大量数据时,listview不会按照delegate整齐排列

此网页的嵌入式页面显示““The input value can't be parsed as a valid date/time ”

在Visual Studio 2022中删除空白中的向上箭头

myabtis 批量更新报错

运行distfit.fit.transform(X)而不打印输出

将List转换为Int类型的List

C++中list和vector的区别

M2m_changed signal with many to-many through - save

AttributeError: 'list'对象没有set_canvas属性