单项选择题若已定义x和y为double类型,则表达式x=1,y=x+3 2的值是______。
单项选择题有以下程序 main() { int m=3,n=4,x; x=-m++; x=x+8 ++n; printf( %d n ,x); } 程序运行后的输出结果是______。