hello friends and thank you in advance .I have declared two dimensional array
Code:
int tab[2][2]={1,2,3,4};printf("%p",tab);printf("%p",*tab);
the question:why tab and *tab give the same output result
Code:
0xbfc5523c0xbfc5523c