This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Array syntax error

Hi all,

what is the syntax error below?

int myarray[2] = {10,20};

while it compiles ok if int is changed to char.

Regards
Dravid