Array of Strings

Neso Academy
Youtube
Related Topic
:- C language programming skills

C Programming: Array of Strings in C Language. Topics discussed: 1) Storing a collection of strings at a time using the two-dimensional array. 2) A disadvantage of using the two-dimensional array. 3) An alternative method of storing the strings using a one-dimensional array of pointers. 

Comments