Hi, I solved using ch>=āaā && ch<=āzā this concept, is there any other way to solve this problem.
Anyone can Do it using Ascii codes. I dare you - "Try to not use ascii codes." ;)
you can use functions like islower() and isupper();
or you can directly compare them like ( alpha>=āaā and char<=āzā )