Quiz on Arduino Character Functions



1. What is the purpose of the 'isAlpha()' function in Arduino?
2. Which function would you use to determine if a character is a digit?
3. What does the 'isLower()' function do?
4. Which function can be used to convert a character to its uppercase equivalent?
5. If you want to check if a character is printable, which function would you use?

Advertisements