Multiple Choice
Look at the following statement. if (!isdigit(var1) )
The expression being tested by this statement will evaluate to true if var1 is:
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
Q5: A library function that can find one
Q7: The C-string company[12] can hold<br>A) Twelve characters<br>B)
Q8: The isdigit function will return a true
Q9: If a C-string that cannot be converted
Q10: In C++ a C-string is a sequence
Q18: This function will return true if its
Q22: To change a lower case character to
Q28: This function accepts a pointer to a
Q31: To determine whether a character entered is
Q41: Which of the following lines of code