I want to use Direct initialization of a 2d array, which is dynamically created using given function.
int** allocate2D(int m, int n) { int **a = (int