问题详情
设x为float型变量,y为double型变量,a为int型变量,b为long型变量,c为char型变量,则表达式 x+y*ax+by+c的值为()类型。
A、int
B、long
C、double
D、char