InterviewSolution
Saved Bookmarks
| 1. |
Which types of input are accepted in toupper(c)?(a) char(b) char *(c) float(d) Both char and char *The question was posed to me during an internship interview.The doubt is from Character Class Testing & Conversions in section Input and Output in C of C |
|
Answer» The CORRECT ANSWER is (a) char |
|