+ 1
How can we use 2-d array in c++
11 Antworten
+ 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.