-
单选题
以下程序的输出结果为( ) using namespace std; void print { ++str; cout<<*str<
={"hello", "world", "c++"}; char **ptr; ptr=arr; print; return 0; } 正确答案: B可在小程序上查看本题解析,扫码查看
刷真题 · 看解析 · 听课程
单选题
以下程序的输出结果为( )
using namespace std;
void print
{
++str;
cout<<*str<
