问答题
以下程序段的输出结果是( )。
void main( ){
char *a[4]= {"Tokoy","Osaka","Sapporo","Nagoya" };
printf("%s",*(a+2));
}
【参考答案】
Sapporo
点击查看答案
相关考题
