|
how do I return a 2D array from a function in C? -
December 24th, 2007
do i need to use pointers/struct in order to make it easier? If possible, a straightforward and simple way would do... thanks!
sample codes will be highly appreciated... thanks!
and also, i need it to be passed by value since the function is recursive.
|