int b[]={9,8},*P=&b[1],**pp=&p;p--;printf("%d,%d",p[0],**PP);输出结果是什么

来源:学生作业帮助网 编辑:六六作业网 时间:2025/02/07 02:56:45
intb[]={9,8},*P=&b[1],**pp=&p;p--;printf("%d,%d",p[0],**PP);输出结果是什么intb[]={9,8},*P=&b[1],**pp=&p;p--

int b[]={9,8},*P=&b[1],**pp=&p;p--;printf("%d,%d",p[0],**PP);输出结果是什么
int b[]={9,8},*P=&b[1],**pp=&p;p--;printf("%d,%d",p[0],**PP);
输出结果是什么

int b[]={9,8},*P=&b[1],**pp=&p;p--;printf("%d,%d",p[0],**PP);输出结果是什么
答案9.