#include struct ord { int x,y;} dt[2]={1,2,3,4}; main( ) { struct ord *p=dt; printf ( “%d,”,++p->x ) ; printf ( “%d”,++p->y ) ; } 程序的运行结果是

时间:2022-11-17 14:27:50

相似题目