//错误的变量名:case是C语言的一个关键字,不能作为变量名 int case = 12; C语言中定义的关键字有: 由ANSI标准定义的C语言关键字共32个:auto、 double、 int、 struct、 break 、else、 long、 switch、case、 enum、 register 、typedef、 char 、extern 、return、 union 、const、 float 、short、 unsig...