Assume c is a char variable. What value does c hold after each of the following statements executes?
Statement | Contents of c |
c = toupper('a'); | ___________ |
c = toupper('B'); | ___________ |
c = tolower('D'); | ___________ |
c = toupper('e'); | ___________ |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.