Introduction
This program is going to print all the alphabets from a to z, except for alphabet m and c. We will be using the putchar() function and will be printing a new line at the end.
To achieve this, we will be using the Betty style of coding, a...