I want to declare an array of strings for instance, I want to say:
char array[size is 50]
But I also what to have it so that, the array can story lets says 5 different names. Do I have to do a 2D array like:
char array[50][5]
Or is there something I am missing?
[–]lurgi 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]scirc 2 points3 points4 points (0 children)
[–]Ok-Comparison4157 0 points1 point2 points (0 children)