+ 2
Dynamic arrays
If array is not dimensioned is it bad memory management ? Is it worse for multidimensional arrays ?
1 Resposta
+ 8
This fully depends on the code and language being used. Some languages don't ever specify dimensions, others must always specify all but the top most dimension, and the remaining must always specify all dimensions.