Vidyalelo
C Programming · Q28

Standard Library Functions

Programming · C Programming · question 28

Q28

What is the purpose of the 'isalpha' function in C?

A.
Checks if a character is alphabetic
Answer
B.
Checks if a character is numeric
C.
Checks if a character is a special character
D.
Checks if a character is uppercase

Answer: Option A

Solution

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