is there any possibility in c++ to define a 2d array through the console. So, instead of defining an array with fixed size as int array[3][3];. To define someth
int array[3][3];