Arrays And Strings - Study Mode

[#76] No library function will store a zero in errno.
Correct Answer

(A) true

[#77] The . . . . . . . . function tests for any hexadecimal-digit character.
Correct Answer

(D) isxdigit()

[#78] Which of the given function is used to return a pointer to the located character?
Correct Answer

(D) strchar()

[#79] Which function returns true only for the characters defined as lowercase letters?
Correct Answer

(B) islower()

[#80] The . . . . . . . . function returns the number of characters that are present before the terminating null character.
Correct Answer

(B) strlen()