asked 77.4k views
1 vote
41. Which function checks in a string that all characters are alphanumeric?

1 Answer

3 votes

Answer:

isalnum( ) function

Step-by-step explanation:

isalnum( ) function is the one which returns true if the characters in the string are combination of alphabets and numbers else false will be returned

answered
User Rikka
by
7.8k points