given two sorted arrays, please merge them into a single array and still sorted. how to determine the size of array?
Sigiloso
If is not hard, but be careful of the boundary condition. But I got stuck at how to determin the size of array? If using the pointer (*p )which pointing the head of the array as the input, how do we compute the size of the array?