Dear All,
I am facing a problem in passing 2D array of pointers to a function.
can any one give some suggestions on this.
- How the Declaration fo the function should be ?
- How to pass 2D array of pointers to that function?
How to access the array elements.
The aray declaration is *ptr[2][3] = { {"AA","XX","FF"},
{"DD","QQ","EE"},
};
It would be great helpful for me,since I am struggling with this one