Created
March 8, 2020 17:29
-
-
Save AndreVallestero/77884ada0572f5f0a093ddb7883eb4ec to your computer and use it in GitHub Desktop.
Multi dimensional array cast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
char (*sentence_array)[MAX_STR_LEN] = malloc(sizeof(char) * MAX_STR_LEN * sentence_count); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment