How do I initialise all these variables to zero without declaring each variable on a new line?
int column, row, index = 0;
How do I initialise all these variables to zero without declaring each variable on a new line?
int column, row, index = 0;