Question: Write in C Language Description Please finish function merger. There are three parameter in function merger, a, b and c, all of them are pointer
Write in C Language
Description
Please finish function merger.
There are three parameter in function merger, a, b and c, all of them are pointer point to integer.
Function merger will take five integer after pointer a and five integer after pointer b and puts them after pointer c byincreasingorder.
Function
int merger(int *a, int *b, int *c)
{
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
