About Lesson
- Write a program to capitalise all the letters in the input.
- Write a program to remove trailing spaces from each line and to delete blank lines completely.
- Write a program to print power of 2 table, with powers ranging from 0 to 10.
- Write a program to print a temperature table which maps temperature values of 0 – 100 Celsius to Fahrenheit (with increments of 10 on the Celsius scale).
- Write a program to remove all comments from a C program. C comments do not nest.