Hello All,

I am learing C and was trying to find the attributes of an array (length, range...etc)

I have the main function taking in an array like so...

int main(int argc, char *argv[])
{
Code....

but i don't know how to pass in an array to check if the code i wrote works properly. Do i do it in the terminal after the C file is compiled? If so, how?

Any help would be much appreciated,

Thanks -Nick