i have a fn of type
short* funname (char*)
when i call this function it returns short array
how to find the the size of that returned array
short* funname (char*)
when i call this function it returns short array
how to find the the size of that returned array
Comment