运行结果: teacher Tom #include voidmain() { char a[][8]={ Teacher,Tom, Good}; char (*p)[8]=a; printf(%s\n%s\n, a[0],++p); }

时间:2022-11-11 05:34:24

相似题目