Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i join 2 sorted array into one array in c with the help of pointer??
Posted

1 solution

You should have tried something so far.

As you asked for pointers, here are lot: Search result[^], top 2:
C program to merge two sorted arrays[^]
Merge an array of size n into another array of size m+n[^]

Learn, try and implement.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Feb-13 14:12pm    
5ed.
—SA
Sandeep Mewara 9-Feb-13 14:22pm    
Thanks SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900