Computer Science, asked by sivaramandhanush03, 5 months ago

use of 2d array of string​

Answers

Answered by satyamkumarsingh54
0

Answer:

The two-dimensional array of strings can be read by using loops. To read we can use scanf(), gets(), fgets() or any other methods to read the string. The two-dimensional array of strings can be displayed by using loops. To display we can use printf(), puts(), fputs() or any other methods to display the string.

Answered by jaswithadevika
0

Answer:

The two-dimensional array of strings can be read by using loops. To read we can use scanf(), gets(), fgets() or any other methods to read the string. The two-dimensional array of strings can be displayed by using loops. To display we can use printf(), puts(), fputs() or any other methods to display the string.

Similar questions