Explain me output of the below program

Pages: 12
>>I suggest you start analysing

I have analyzed the code

"pointersToRows"[0] = points to 0th 1-d array(twoDarray)

"pointersToRows"[1] = points to 1st 1-d array(twoDarray+1)

"pointersToRows"[2] = points to 2nd 1-d array(twoDarray+2)

here we have only two 1D array(two rows only).but in the code they are assigning 3rd row .
I didn't understand the pointerToRows assignment.
Topic archived. No new replies allowed.
Pages: 12