Podcast
Questions and Answers
Which function returns a true value if c is a digit and false otherwise?
Which function returns a true value if c is a digit and false otherwise?
- isxdigit
- isalnum
- isdigit (correct)
- isalpha
Which function returns a true value if c is a letter and false otherwise?
Which function returns a true value if c is a letter and false otherwise?
- isalpha (correct)
- isalnum
- isxdigit
- isdigit
Which function returns a true value if c is a whitespace character and false otherwise?
Which function returns a true value if c is a whitespace character and false otherwise?
- islower
- ispunct
- isspace (correct)
- isupper
Which function returns a true value if c is a hexadecimal digit character and false otherwise?
Which function returns a true value if c is a hexadecimal digit character and false otherwise?
Which function returns a true value if c is a lowercase letter and false otherwise?
Which function returns a true value if c is a lowercase letter and false otherwise?
Which function returns a true value if c is a printing character other than a space, a digit, or a letter and false otherwise?
Which function returns a true value if c is a printing character other than a space, a digit, or a letter and false otherwise?
Flashcards are hidden until you start studying