How to interpret "returnSize". Plz Help !!

In most problems in C , there is a pointer to returnSize , passed as a parameter to a function.
What is the use of it.

int * returnSize;

problem- link

My solution -run time error

Please help me in understanding returnSize and accepting solution

Comments (0)