Text: Code using C programming
Write a program that prints out all the uppercase alphabets from A to Z using a For Loop. You do not need to know the ASCII table.
Modification: Display a table of uppercase and lowercase letters. All uppercase letters in the first column and the corresponding lowercase letters in the second.