If c is a lowercase character, the expression c – 'a' + 'A' produces the uppercase equivalent of c, assuming an ASCII character set. Write a function called uppercase() that converts all lowercase...


If c is a lowercase character, the expression


c – 'a' + 'A'


produces the uppercase equivalent of c, assuming an ASCII character set.


Write a function called uppercase() that converts all lowercase characters in a string into their uppercase equivalents.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here