String class provides function toUpper() to _____________________
(a) Convert first character to uppercase
(b) Convert last character to uppercase
(c) Convert the whole string characters to uppercase
(d) Convert uppercase to lower and lower to uppercases
The question was posed to me during an interview.
Origin of the question is String Class topic in portion Inbuilt Classes of Object Oriented Programming