I kind of want to make  a clarification for the calling a function 
array:

int Array(char []);    /*function proto*/

int Array[10];
Array(example,10);  /*call function*/

int Array(example [])  /*function*/

is this correct. I kind of forget. I'm a noob by the way 

Reply via email to