Answer the question
In order to leave comments, you need to log in
How to perform a vertical check in the C language (C) in a two-dimensional array?
It is necessary for each cell of a two-dimensional array to check whether it is worth "0" in neighboring cells. I use it through 2 nested for loops: if array[x - 1][y] == 0 and array [x][y - 1] then... It works horizontally, but not vertically.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question