问答题

设sizeof(short int)==2,显示结果为( )。 short int *p, *q; short int ar[10]={0}; p = q = ar; p++; printf("%d", (char*)p - (char*)q);

答案: 2
微信扫码免费搜题