[Solved]-malloc for a 2D array-C ... That's easy once you know the syntax for multidimensional arrays: size_t peopleCount = ...; char* (*people)[2] = malloc( ...
確定! 回上一頁