

MCQOPTIONS
Saved Bookmarks
1. |
The following 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 |
Answer» E. | |