Question: Write a code slice that reads strings, delimited by single quotes, from the standard input until end-of-file and stores the strings in a two-dimensional array
Write a code slice that reads strings, delimited by single quotes, from the standard input until end-of-file and stores the strings in a two-dimensional array of char. Example: If the input is
Marty Kalin Don Knuth
Marty Kalin would be read and stored as the first string and Don Knuth would be read and stored as the second string. Assume that there are no errors in the input.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
