Hi, I have a function that accepts as its argument a pointer to a character array, and writes some values to it.

i'd like to check the size of it (the number of elements) to make sure I don't...