Arduino check if array is empty

Viewed 48
if (ARRAY IS EMPTY) {
     // do something
}

What to put on the if parameter to check whether if the array is empty in Arduino? The value is going to be an integer. I've searched across the web but haven't found an answer

Any helpful answers would be appreciated, thanks!

0 Answers
Related