# include < stdio .h >main ( ){ int x[ ] = {10, 20, 30, 40, 50 };int *p ;p=x;printf ( “%d”, *(p+2 ) );}运行结果为( )

时间:2022-11-11 05:33:50

相似题目