Uppercase And Lowercase without using Ascii values

mam how can we solve the question without using ascii value can u plz explain?

you can use functions like islower() and isupper();

or you can directly compare them like ( alpha>=ā€˜a’ and char<=ā€˜z’ )