单选题 对应于“int a, b; float c; scanf ("a=% d, b=% f c= % d", &a, &c, &b);”的输入是 ( )。
【正确答案】 C
【答案解析】[解析] 严格按照 scanf 的输入控制串的要求来输入。