ragazzi ho una semplice variaible:

char myVar=125;

come faccio a creare un array:

myArr[2]=5;
myArr[1]=2;
myArr[0]=1;