c - Malloc compile error: a value of type "int" cannot be used to initialize an entity of type int (
I must have tried 20 ways of doing this by now. I really need help, no matter what I do i get a error similar to this one. a value of type "int" cannot be used to initialize an entity of type "int ... Try this: int **array; array = malloc(rows * sizeof(in...