C++ Programming
08-06-2009, 05:00 PM
what is the meaning of that statement?
*((*ptr+1)+2)
if i can use double dimension array in the declaration like
a[2][2]={1,2,3,4,5}
{2,4,6,8,9}
*((*ptr+1)+2)
if i can use double dimension array in the declaration like
a[2][2]={1,2,3,4,5}
{2,4,6,8,9}