Posts by Imeacht • 33 points
1 post
-
3
votes1
answer125
viewsQ: Where does the memory space required for each element in a C string array come from?
In C, you can group a set of string's, which are arrays of char's within a array without having to define 2 dimensions for this? That’s why you use a array pointer char's and simply defines the…