Q261
The following C expression can be substituted for? if (isalpha(c) && isdigit(c))
A.
if (isalnum(c))
B.
if (isalphanum(c))
C.
if (isalphanumeric(c))
D.
none of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board