use of 2d array in string
Answers
Answered by
1
Answer:
A 2D character array is more like a String array. It allows us to store multiple strings under the same name. A 2D character array is declared in the following manner: The order of the subscripts is to kept in mind during declaration
Similar questions