以下程序的输出结果是( )。
#include<stdio.h> void main( ) { int c[]={10,0,-10}; int *k=c+2; printf("%d",*k--); }
Copyright ©