If you know how many items you have put into the array, when the item count is equal to the size of the array, then it is full. You may not know how big an array is when it is passed into a function. In that case, you need to keep an item count and pass that item count into the called function.