Good afternoon, I want to create in c an array of strings, where each string has 1024 characters, for this I have a variable N where it tells me the number of strings I have, I'm trying it in the following way:
char *frases[1024] = (char *) ma...
asked by
17.12.2017 / 17:12