ques..!!!

what is the difference between islower() and tolower()?
http://www.cplusplus.com/reference/clibrary/cctype/islower/
Checks if a letter is lowercase (doesn't do anything with it besides that).

http://www.cplusplus.com/reference/clibrary/cctype/tolower/
Converts letters passed into it to lowercase when possible.
thnx a lot..!!
Topic archived. No new replies allowed.