2D Array
2D array is a two-dimensional array in C++ , which we can imagine / commonly called as a matrix or grid having some fixed number of rows and columns that has to be defined at time of declaration , just like we define fixed size for a 1D array.
Syntax...
2-lines-or-20-lines-of-code.hashnode.dev4 min read