An array of strings in C can be declared as a ________.

  • 2D array
  • grid
  • matrix
  • stack
An array of strings in C can be declared as a 2D array. Each row of the 2D array represents a string, and you can have multiple strings stored within the same data structure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *