0 votes
in C Plus Plus by

What is the correct code to have the following output in C using nested for loop?

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]-->

Related questions

+3 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
...