zxcvbnmasdfghjklqwertyuiop
int n=15,float a[10];写法正确吗
不正确
不正确,不同定义变量之间要用分号分隔
int n=15; float a[10];
不正确改成如下
不同类型定义要分开