Thursday 5 March 2015

Conditional Control Structures in C

A Program is usually not limited to a linear sequence of instructions. In real life, a program me usually needs to change the sequence of execution according to some conditions. In C, there are many control structures that are used to handle conditions and the resultant decisions. This chapter introduces ifelse and switch constructs.


No comments:

Post a Comment