Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.06 KB

File metadata and controls

33 lines (28 loc) · 1.06 KB

Exercise Solutions Chapter 2

1.

Test run of the six programs presented in this chapter:

2.

Program that prints some facts about C programming:

3.

Below is the output from the program in this exercise.

Testing.......1...2..3

4.

Program that subtracts the value 15 from 87 and displays the result:

5.

Corrected version of the faulty program in this exercise:

6.

Below is the output from the program in this exercise.

The result is 95