Multiple Choice
The expression being tested by the statement shown below will evaluate to true if var1 is __________. if (!isdigit(var1) )
A) an alphabetic character
B) 9
C) a symbol such as $ or &
D) both A and C
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The isdigit function will return true if
Q18: If an uppercase character is passed as
Q19: The strlen function returns a C-string's length
Q20: In C++11, assuming mychar is a char
Q21: A test using the isupper function will
Q23: The null terminator stands for ASCII code<br>A)
Q24: The _ function will change a character
Q25: C++11 introduces a function named to_string that
Q26: The _ function concatenates the contents of
Q27: The _ function will change a character