Computer Science, asked by AnandMishra3045, 1 year ago

How to declare and initialize a multi dimensional array?

Answers

Answered by himanshuahuja
2
In C programming, the dark secret of multidimensional arrays is that they don’t really exist. Internally, the compiler still sees things as single dimensions — just a long array full of elements. The double (or triple) bracket notation is used to calculate the proper offset in the array at compile time. That’s okay because the compiler does the work.


may , this answer is helpful to u .


If this answer helpful to u , please mark as brainlist .
Similar questions