What is wrong here.I want to set the array myarray depending on the value of the variable e2 and not on some specific number. Why doesn't this work.
Code:
int e2 = 15;
char myarray[(int)e2];