0 votes
in C Plus Plus by

Explain the use of function toupper() with and example code?

1 Answer

0 votes
by

Toupper() function is used to convert the value to uppercase when it uses with characters.

Code –

<!--[if gte vml 1]> <![endif]--><!--[if !vml]-->Code<!--[endif]-->

Result –

<!--[if gte vml 1]> <![endif]--><!--[if !vml]-->Result<!--[endif]-->

...