Vidyalelo
C Programming · Q261

File Input Output

Programming · C Programming · question 261

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board