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

若有定义语句:intx,y;floata;,则正确的赋值语句是()。

题型:单选题
选项
A. x=1, y=1,
B. y++;
C. x=y=1;
D. y=int(a);
正确答案:C