You are on page 1of 1

#include <iostream>

#include <cstdlib>

using namespace std;

//function prototypes
int mergeArray (int a[], int a_size, int b[], int b_size, int c[]);

int main(){

You might also like