Monday, 2 September 2013

how char * (*arr)[2 ] and char **array[2] are different from each other?

how char * (*arr)[2 ] and char **array[2] are different from each other?

how char * (*arr)[2 ] and char *array[2] are different from each other ??
if I am passing char strings[2] using a function then how to access the
elements from both the ways mentioned in first part of question? Please
also tell other ways to access elements of pointer array also. Thanks.

No comments:

Post a Comment