首页/ 题库 / [单选题]现有定义int a;double b;f的答案

现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为

单选题
2022-01-01 00:17
A、int
B、double
C、float
D、char
查看答案

正确答案
B

试题解析

标签:
感兴趣题目
设有如下变量定义: double a=3.500000;float b=2.5; int m=2,n=3; 则表达式“(float)(m+n)/2+(int)a%(int)b”的值是( )
设有如下变量定义: double a= 3.500000;float b=2.5;int m=2,n=3; 则表达式“(float)(m+n)/2+(int)a%(int)b”的值是( )。
若有定义:int a=2,b=3;float x=3.5,y=2.5;则下面表达式的值为______。(float)(a+b)/2+(int)x%(int)y
若有定义:“int a=4,b=5;float x=3.4,y=2.1;”,则下列表达式的值为( )。 (float)(a+b)/2+(int)x%(int)y;
若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为( )。(float)(a+b) /2+(int)x%(int)y
若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为( )(float) (a+b)/2+(int)×%(int)y
若有定义:int a=4, b=5;float x=3.4,y=2.1;,则下列表达式的值为( )。 (float) (a+b)/2+(int)x%(int)y
int a,b,c,d;表达式(a+b>c+d)的值的数据类型是( )。
若有定义:int a;float b;double c;程序运行时输入:a=1,b=2,c=3<回车>,能把值1输入给变量a、值2输入给变量b、值3输入给变量c的输入语句是(  )。
若有定义:int b=7;floata=2.5,c=4.7;则表达式a+(b/2*(int)(a+c)/2)%4的值是()
有语句定义共用体类型变量: union { int i; char ch; float f; } a,bc; 上面定义的共用体变量a、b、c各占( )字节。

已知:char a;int b;float c;double d;执行语句“c=a+b+c+d;”后,变量c的数据类型是________。

相关题目
阅读下面程序段,则执行后输出的结果是
#include "stdio.h"
main()
{ char fun(char,int);
char a=′A′;
int b=13;
a=fun(a,b);
putchar(a);}
char fun(char a,int b)
{char k;
k=a+b;
return k;}
若有定义:int a=4,b=5;float x=3.4,y=2.1;则表达式(float)(a+b)/2+(int)x%(int)y的值为(  )。
设有说明:char c; int x; double z;则表达式c*x+z值的数据类型为( )。
若定义 typedef union {int a; long b; double c; } TY; 则表达式 sizeof(TY)的值为 。
若定义:char a; int b; float c; double d; 则 a+b*c/d的值的类型为( )。
设a和b均为float型变量,且a=55、b=25,则表达式(int)a+b
已知下列函数定义: fun(int*b,int c,intD){int k; for(k=0;k<c*d;k++) {*b=c+d; b++;} } 则调用此函数的正确写法是(假设变量a的说明为int a[10])( )。
若有定义语句:“int a=10;double b=3.14;”,则表达式A+a+b值的类型是( )。
设变量a是int型,f是int型,i是double型,则表达式10+a+i*f值的数据类型为A.int B.float C.double D.不确定
设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.int B.float C.double D.不确定
设a和b均为double 型变量,且a=5.5、b=2.5,则表达式(int) a +b/b的值是( )。
a和b均为double型变量,且a=1.5,b=2,则表达式(int)a+b/b的值为:
设a和b均为double型变量,且a=5.5、b=2.5,则表达式(int)a+ b/b的值是
设a和b均为double型变量,且a=5.5、b=2.5,则表达式(int)a+b/b的值是
设a和b均为double型变量,且a=5.5,b=2.5,则表达式(int)a+b/b的值是
设a和b均为double型变量,且a=5.5、b=2.5,则表达式(int)a+b/b的值是( )。
现有定义int a;double b;float c;char k;,则表达式a/b+C—k值的类型为:( )。
现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为
现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为:
有如下定义:float a=1.0f;double b=2.0;则表达式a+b的值的数据类型为()。
广告位招租WX:84302438

免费的网站请分享给朋友吧