Computer Science, asked by biswassarasi09, 2 days ago

Name the functions that is used to check a particular character is a letter or digit.​

Answers

Answered by samuguffusindha
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 meenabanka20
2

Answer:

eeeeeeeeeeeeeeeeeeeee

Similar questions