the method sivan used is inside the manual at variables you could define your multidimensional array as
array[200] //200=10*20.....

or pass the array inside of a structure..

typedef struct
{
var *myarray;
}mymultiarray;


Compulsive compiler