void load()
{
    char a[20][50];

    input(a,20,50)


}

void input(char [][],int i,int j)

{


}

이렇게 넘기는거아닌가요?