Tags


Invert letter cases of a string in C

First written onAugust 29, 2023

Here’s a new video about programming in C. You’ll see an exercise about inverting the letter cases of a string.

Various solutions are possible: you’ll see the algorithm, an implementation in C and a different one in C++.