Examveda

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

Answer: Option D


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output