Computer Science, asked by CARELESSGIRL, 10 months ago

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

Answers

Answered by EHSASS
3

★·.·´¯`·.·★ ʜᴇʀᴇ ɪs ʏᴏᴜʀ ᴀɴsᴡᴇʀ ★·.·´¯`·.·★

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

ᴇʜsᴀss  ✿◕ ‿ ◕✿

Attachments:
Answered by Anonymous
3

The toupper() function is used to convert lowercase alphabet to uppercase. i.e. If the character passed is a lowercase alphabet then the toupper() function converts a lowercase alphabet to an uppercase alphabet. It is defined in the ctype.h header file.

Similar questions