中国大学MOOC: 假定p指向的字符串为string,则cout<
举一反三
- 假定P指向的字符串为“string”,若要输出这个字符串的地址值,则使用()。 A: cout<<*p B: cout<<p C: cout<<&p D: cout<<(void*)p
- 假定p指向的字符串为”string”,若要输出这个字符串的地址值,则使用()。 A: cout< B: cout< C: cout< D: cout
- char *p="a string";该语句使指针变量p指向字符串“a string”,通过p可访问“a string”字符串的任何字符
- 假定s指向的字符串为”string”,若要输出这个字符串的地址值,则使用
- 假定s指向的字符串为”string”,若要输出这个字符串的地址值,则使用( )。 (5.0分)