When a function takes a pointer to an array as a parameter, how do I determine the size of the array and not the pointer? This is what I mean, for a brief example:



unsigned char...