Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following functions will convert a string to all uppercase?

a) strtoupper()
b) uppercase()
c) str_uppercase()
d) struppercase()

Answer: a
Explanation: Its prototype follows string strtoupper(string str).

Join The Discussion