well ,
it should be
int *B=A

this will store the base address that is the starting address of array A ,the 2-d array are stored as linear array internally :)