How to initialize (or Declare) a multidimensional array

iirc I read somewhere recently that using const (or was it static, or some special variant of const) instead of #define gives you a very slight reduction in compile size and/or sram usage. something about the variable getting copied at runtime or some such detail.