è normale che quando ci sia questo codice:
int array[3];
array={1,6,8,9};
il compilatore mi dia un:
parse error before `{' token
?