- 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.
Introduction
0/12
Types, Operators and Expressions
0/13
Control Flow
0/8
Functions and Program Structure
0/11
Pointers and Arrays
0/13
Structures
0/7
Input and Output
0/9
The UNIX System Interface
0/9