在线名词解释大全
专业、全面、易懂的全领域名词百科

intx=5;floaty=3;printf("a=%d,b=%f\nc=%s",x+2,y*3,"abcdefg");输出结果为:a=7,b=9.000000c=abcdefg

题型:判断题
选项
A. 正确
B. 错误
正确答案: