单项选择题设有定义语句:char c1=92,c2=92;,则以下表达式中值为零的是
单项选择题有以下程序 main() { char str[][10]={ China , Beijing },*p=str; printf( %s n ,p+10); } 程序运行后的输出结果是