@all
there is a question and i need to submit it online.
#include<stdio.h>
#include<string.h>
int median(int input1[],int input2[])
{
//Write code here
}
here i cant use vector and cant pass the size from main function. i just need to complete the median function and submit it.