What does this line do?

for(int i=0;i<n;i++){

      arr[i] = new int[m];
}