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} };

7th Oct 2022, 12:03 AM
Soham
Soham - avatar
2 odpowiedzi
7th Oct 2022, 12:36 AM
Ipang
0
Have you studied about the arrays it's two dimensional array
7th Oct 2022, 1:48 AM
A S Raghuvanshi
A S Raghuvanshi - avatar