SyntaxFix
Write A Post
Hire A Developer
Questions
int iArray[2][2] = {{1, 2}, {3, 4}};
Think of a 2D array as an array of arrays.