表达式int(’11’,2)的值为()。
表达式int(’11’,2)的值为()。
相关考题:
有以下程序段struct st{int x;int *y;)*pt;int a[]={l,2},b[]={3,4};struct st c[2]={10,a,20,b};pt=c;以下选项中表达式的值为 11 的是A)*pt-yB)pt-xC)++pt-xD)(pt++)-x
若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11S 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11D.3
有以下程序段 struct st {int x;int *y,*pt; int a[]={l,2},b[]={3,4}; strct st c[2]={10,a,20,b}; pt=c; 以下选项中表达式的值为11的是() A、*pt→yB、pt→xC、++pt→xD、(pt++)→x
单选题有以下程序段struct st{ int x; int *y;}*pt;int a[]={1,2},b[]={3,4};struct st c[2]={10,a,20,b};pt=c;以下选项中表达式的值为11的是( )。A++pt-xBpt-xC*pt-yD(pt++)-x