Tagged: case conversion

Change case using binary operators 0

Change case using binary operators

A character can be converted to lower case using predefined functions like toupper() in C or toUpperCase in JAVA. But using these functions causes increase in time complexity. So when you have program complexity...