+ 1
How can we use 2-d array in c++
7 Answers
+ 3
You still have to declare it like you do with a one dimensional array.
+ 2
But int arr[n][m];
It is doesn't work
0
Syntax please
0
Okay thanks guys đđ
0
Int arr[n][m];
It's working in c++
đ€©đ€©đ€©
0
See this.