Q14
Which one of the following functions will convert a string to all uppercase?
A.
strtoupper()
AnswerB.
uppercase()
C.
str_uppercase()
D.
struppercase()
Answer: Option A
Solution
Answer: Option A
Solution:
Its prototype follows string strtoupper(string str).