Course Content
Programming in C
About Lesson
  1. Write a program to capitalise all the letters in the input.
  2. Write a program to remove trailing spaces from each line and to delete blank lines completely.
  3. Write a program to print power of 2 table, with powers ranging from 0 to 10.
  4. 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).
  5. Write a program to remove all comments from a C program. C comments do not nest.
Scroll to Top