Initializing a 2D Array in C
This would just fill the matrix with zeroes. How can this be used to fill a matrix with specific values? Also, I do know about malloc(). I don't know how I can use it to create a matrix with specified values, though. I also don't see what benefits it has ...