單項選擇題二進制數(shù)101010轉換為等值的十六進制數(shù)是()
A.52
B.20
C.2a
D.210
您可能感興趣的試卷
最新試題
調用函數(shù):strcat(strcpy(strl,str2),str3)的結果是()
題型:單項選擇題
若定義int x,*p;則正確的賦值表達式是()
題型:單項選擇題
設有如下定義:int a=1,b=2,c=3,d=4,m=5,n=6;則執(zhí)行表達式:(m=a>b)‖(n=c>d)后,n的值是()
題型:單項選擇題
寫出程序執(zhí)行結果
題型:問答題
給出以下定義:char a[]=″abc″;char b[]={′a′,′b′,′c′};則正確的敘述是()
題型:單項選擇題
能正確表示a≥0且a≤10的關系表達式是()
題型:單項選擇題
執(zhí)行int x,y,z.k;x=(y=4,z=16,k=32)后,x的值是()
題型:單項選擇題
若有以下說明:int [10]={1,2,3.4,5,6,7,8,9,10},*p= a;則數(shù)值為6的表達式是()
題型:單項選擇題
標準函數(shù)fgets(s,n,f)的功能是()
題型:單項選擇題
設有以下定義:int a[4][3]= 11,3,5.9.11,13,15,17,19,21,23,251 ;int( *pr)[3]=a,*p=a[0] ;則下列能夠正確表示數(shù)組元素a[1][2]的表達式是()
題型:單項選擇題