0_0_35012513_1022.c: In function 'main':
0_0_35012513_1022.c:8:10: error: subscripted value is neither array nor pointer nor vector
a[i]=a;a[++i]=b;a[++i]=c;
^
0_0_35012513_1022.c:8:17: error: subscripted value is neither array nor pointer nor vector
a[i]=a;a[++i]=b;a[++i]=c;
^
0_0_35012513_1022.c:8:26: error: subscripted value is neither array nor pointer nor vector
a[i]=a;a[++i]=b;a[++i]=c;
^
|