摘要: 設(shè)有以下定義 union data { int d1; float d2; }demo; 則下面敘述中錯誤的是[閱讀全文:]
摘要: 有以下程序 #include #include typedef struct { cha[閱讀全文:]
摘要: 有以下程序 #include struct tt { int x; struct tt *y; } *p; s[閱讀全文:]
摘要: 若有定義語句:int a[2][3],*p[3],則以下語句中正確的是[閱讀全文:]
摘要: 若程序中有宏定義行:#define N 100 則以下敘述中正確的是[閱讀全文:]
摘要: 有以下程序 #include main() { int y=9; for( ; y>0; y--) if(y%[閱讀全文:]
摘要: 有以下程序 #include void fun(int n, int *p) { int f1,t2; if(n==1 |[閱讀全文:]
摘要: 設(shè)有條件表達(dá)式:(EXP)?i++:j-- ,則以下表達(dá)式中與(E)(P)完全等價的是[閱讀全文:]
摘要: 若有定義語句:int a[3][6];,按在內(nèi)存中的存放順序,a數(shù)組的第10個元素是[閱讀全文:]
摘要: 有以下程序 #include int a=1; int f(int c) { stati[閱讀全文:]