can anybody help
-
what is the difference between array to pointers and pointer to array.Is there any difference. Thanks in advance
-
what is the difference between array to pointers and pointer to array.Is there any difference. Thanks in advance
They're completely different types! Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
what is the difference between array to pointers and pointer to array.Is there any difference. Thanks in advance
philiptabraham wrote:
array to pointers
There's nothing like that. May be you're talking about an array of pointers? If yes, the question then boils down to what a pointer is and what an array is. Classic recommendation, buy a book.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
what is the difference between array to pointers and pointer to array.Is there any difference. Thanks in advance