最新試題
若有以下的定義:int a[]= {1,2,3,4}.*p=a;則值為3的表式是()
題型:單項選擇題
寫出程序執(zhí)行結果
題型:問答題
編程:寫一函數,統(tǒng)計輸入一個字符串中字母的個數。
題型:問答題
能正確表示a≥0且a≤10的關系表達式是()
題型:單項選擇題
語句:printf(“%d”,(a=2)&&(b=-2));的輸出結果是()
題型:單項選擇題
調用函數:strcat(strcpy(strl,str2),str3)的結果是()
題型:單項選擇題
寫出程序執(zhí)行結果
題型:問答題
設有如下定義:int a=1,b=2,c=3,d=4,m=5,n=6;則執(zhí)行表達式:(m=a>b)‖(n=c>d)后,n的值是()
題型:單項選擇題
若有以下說明:int [10]={1,2,3.4,5,6,7,8,9,10},*p= a;則數值為6的表達式是()
題型:單項選擇題
若定義int x,*p;則正確的賦值表達式是()
題型:單項選擇題