Write a difference between the functions isuppercase( ) and touppercase( )
Answers
Answered by
7
Answer:
isUpperCase :
Checks whether the character is an upper case .
It returns boolean type value i.e., true or false.
toUppercase :
It converts the character into upper case.
It returns character type value.
Similar questions