Is it possible to initialise a 3D array as follows?
A[ ] [ ] [3] = { { {1,2}, {3,4} }, { {5,6}, {7,8} } };
I wish to know for the above case which is not answered elsewhere.
Is it possible to initialise a 3D array as follows?
A[ ] [ ] [3] = { { {1,2}, {3,4} }, { {5,6}, {7,8} } };
I wish to know for the above case which is not answered elsewhere.