* Description: Initializing an array of strings with user input using C, where * the "array of strings" is a 2D char array with a string stored in each row of * the 2D array.
//an array us a collection of similar element.. //it means that one variable is capable of storing multiple values... //## interview question //how many bytes reserve in the storage.... //you should ...