Name the functions that is used to check a particular character is a letter or digit.
Answers
Answered by
1
Answer:
isalpha(c) is a function in C which can be used to check if the passed character is an alphabet or not. It returns a non-zero value if it's an alphabet else it returns 0.
Answered by
2
Answer:
eeeeeeeeeeeeeeeeeeeee
Similar questions