Write a program that converts upper case to lower or lower case to upper,
depending on the name it is invoked with, as found in argv[0].

Recommended Answers

All 2 Replies

Sounds like fun. How is that going for you? Show us what you have so far.

You could use ctype.h functions like tolower and toupper

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.