0
I just want to ask about the usage of the values inside the curved brackets in the below C++ syntax.
int x[2][3] = { {2, 3, 4},{8, 9, 10} };
2 Respostas
+ 2
This might help ...
https://en.cppreference.com/w/c/language/array_initialization
0
Have you studied about the arrays it's two dimensional array