mam how can we solve the question without using ascii value can u plz explain?
Uppercase And Lowercase without using Ascii values
you can use functions like islower() and isupper();
or you can directly compare them like ( alpha>=āaā and char<=āzā )