Bold Text Herea program hat can convert uppercase characters to lower characters

Lucaci Andrew commented: Bold Text Here -1

Recommended Answers

All 5 Replies

Please read our rules concerning homework and proof of effort.

Hint: see the C function toupper(char c).

Umm, do you mean tolower(char c)? OP's going from upper to lower.

I was hoping the original poster would be able to catch that! :-)

Besides, the Linux/Unix man pages for toupper() will also show tolower() - they are usually implemented as macros in the associated header file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.