InterviewSolution
Saved Bookmarks
| 1. |
The toupper() function converts a ______ to the corresponding ______(a) uppercase, lowercase(b) lowercase, uppercase(c) binary, decimal(d) decimal, binaryI had been asked this question in unit test.This is a very interesting question from Character Handling in portion String Operations in C of C |
|
Answer» Correct choice is (b) lowercase, UPPERCASE |
|