fill two dimensional array with parts of a string
问题 I want the parts of the string I broke to be entered to a two-dimensional array, for example: String: "one day" Result in array: Col1: one Col2: day The question is, how do I fill the array with those two variables result2 for column 1 and result for column 2? This is my code so far(as you can see i have a separate array for history and a separate array for holding the parts of the user input): #include <stdio.h> #include <stdlib.h> #include <string.h> int main (int argc, char *argv[]) { int