Hi!

how do I send this array to a function to determin wich of
the texts who contains most characters

int main(){

char text[4][20] =
{
"hello",
"hello 2",
"hello 2 u",
"hello 2 u 2"
};

return 0;
}