1.

The following C expression can be substituted for?
if (isalpha(c) && isdigit(c))

A. if (isalphanum(c))
B. if (isalphanumeric(c))
C. if (isalnum(c))
D. All of above
E. None of these
Answer» F.


Discussion

No Comment Found