In C, until so far, in all the programs, the control is flowing from one instruction to next instruction. Such flow of control from one instruction to next instruction is known as sequential flow of control. But, in most of the C programs, while writing the logic, the programmer might want to skip some instructions or repeat a set of instructions again and again. This is can be called as non-sequential flow of control. The statements in C, which allows the programmers to make such decisions, are known as decision making statements or control statements. In C, there are two
The post How to work with control statements in C programming appeared first on Coding Security.
How to work with control statements in C programming
read more
Tidak ada komentar:
Posting Komentar