Saved Bookmarks
| 1. |
How do you access the elements of a two dimensional array? Write the syntax and example for two dimensional array initialization. |
|
Answer» The row index and column index number of two dimensional array along with array name is “r” used to access the elements of a two dimensional array. |
|