

MCQOPTIONS
Saved Bookmarks
1. |
The following C expression can be substituted for? |
A. | if (isalphanum(c)) |
B. | if (isalphanumeric(c)) |
C. | if (isalnum(c)) |
D. | All of above |
E. | None of these |
Answer» F. | |