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;
}
|
Results 1 to 8 of 8
Thread: array questionThreaded View
|
Click Here to Expand Forum to Full Width |