I keep seeing code that uses the the same function twice, but one copy of the function will use pointers to an array, and another will use pointers to pointers to an array.
Is there a difference in execution between these two methods, or is it just preference?



1Likes
LinkBack URL
About LinkBacks



