设变量定义为"int a, b;",执行下列语句时,输

设变量定义为"int a, b;",执行下列语句时,输入( ),则a和b的值都是10。

scanf("a=%d,b=%d",&a,&b);
答案
A

题目信息

题号:1366
题型:单选题
难度:普通