How can i check character case without using ASCII codes??
Help me with the logic
you can use functions like islower() and isupper();
or you can directly compare them like ( alpha>=āaā and char<=āzā )
How can i check character case without using ASCII codes??
you can use functions like islower() and isupper();
or you can directly compare them like ( alpha>=āaā and char<=āzā )