In C++ Two Dimensional array is an array that consists of more than one rows and more than one column. In 2-D array each element is refer by two indexes. Elements stored in these Arrays in the form of matrices. The first index shows a row of the matrix and the second index shows the column of the matrix.
Syntax of Two-Dimensional Array:-
(Data type) (Name of array) [Number of rows] [Number of columns];
For example:-
Int matrix [4] [5];
When we type the above statement the compiler will generate a 2-D array of a matrix which consists of 4 rows and 5 columns.
SUBSCRIBE OUR CHANNEL: / comfe
LIKE OUR FB PAGE: / comfecure
FOLLOW ON INSTAGRAM: / comfecure
На этой странице сайта вы можете посмотреть видео онлайн Two Dimensional Array | Multi Dimensional Array | C++ длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь COMFE 01 Январь 1970, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 116 раз и оно понравилось 10 зрителям. Приятного просмотра!