网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

11、假设有定义:int a=0;则表达式:(a=5) ? 7 : 8的值为()。

A.0

B.5

C.7

D.8


参考答案和解析
p=a[5];
更多 “11、假设有定义:int a=0;则表达式:(a=5) ? 7 : 8的值为()。A.0B.5C.7D.8” 相关考题
考题 设有int x=11;,则表达式(x++*2/3)的值是( )。A.7B.8C.11D.12

考题 若有定义int a=5,b=7;,则表达式a%=(b%2) 运算后,a的值为( )。A.0B.1C.11D.3

考题 若有定义语句int b=2;,则表达式(b 若有定义语句int b=2;,则表达式(bA.4B.8C.0D.2

考题 定义int a=5,b;,则执行表达式b= a*--a之后,变量b的值为_________。

考题 若有定义“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

考题 若有定义inta[][3]={1,2,3,4,5,6,7,8,9};则表达式sizeof()/sizeof(a[0])的值为() A.3B.4C.5D.9

考题 若有定义:int x=3,y=4,z=5;则值为0 的表达式是() A.B.C.D.

考题 若有定义:int i=2,j=5;则表达式(i+1,j+1,(++i+(j--))的值为() A.8B.6C.7D.5

考题 若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是() A.7B.8C.9D.10

考题 若有定义:int i=1,j=5;则表达式(++j)*(i--)的值为() A.1B.0C.6D.7

考题 若有定义:int x=5,y=6;则表达式x=(y==6)的值为() A.5B.1C.6D.0

考题 若有定义“inta=5,b=7;”,则表达式a%=(b%2)运算后,a的值为( )。A.0B.1C.11SX 若有定义“inta=5,b=7;”,则表达式a%=(b%2)运算后,a的值为( )。A.0B.1C.11D.3

考题 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。 A.-20B.-l0C.0 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。A.-20B.-l0C.0D.10

考题 若有定义:int i=1,j=5;则表达式(++j)*(i--)的值为()A、1B、0C、6D、7

考题 若有定义:int i=2,j=5;则表达式(i+1,j+1,(++i+(j--))的值为()A、8B、6C、7D、5

考题 若有定义:int i=7,j=8;则表达式i=j||iA、1B、变量i的值C、0D、变量j的值

考题 假设有int x=11;,则表达式(x++*1/3)的值是()A、3B、12C、11D、0

考题 若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是()A、7B、8C、9D、10

考题 若有定义:int x=5,y=6;则表达式x=(y==6)的值为()A、5B、1C、6D、0

考题 若有定义int a=5,b=7;则表达式(a++)+(++b)的值是()。A、11B、12C、13D、14

考题 单选题若有定义:int x=5,y=6;则表达式x=(y==6)的值为()A 5B 1C 6D 0

考题 单选题假定有变量定义:int k=7,x=12;则下列表达式值为0的是()。A x%=(k%=5)B x%=(k-k%5)C x%=k-k%5D (x%=k)-(k%=5)

考题 单选题若有定义int a=5,b=7;则表达式(a++)+(++b)的值是()。A 11B 12C 13D 14

考题 单选题若有定义:int i=2,j=5;则表达式(i+1,j+1,(++i+(j--))的值为()A 8B 6C 7D 5

考题 单选题假设有int x=11;,则表达式(x++*1/3)的值是()A 3B 12C 11D 0

考题 单选题若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是()A 7B 8C 9D 10

考题 单选题若有定义:int i=1,j=5;则表达式(++j)*(i--)的值为()A 1B 0C 6D 7

考题 单选题若有定义:int i=7,j=8;则表达式i=j||i A 1B 变量i的值C 0D 变量j的值