| ANSI C Programming: Flow Control |
| Course Status: | Released |
| Course Language: | English |
| Course Duration: | 4 Hours |
| Deployment Options: | Online, Interactive CDs, Network, Downloads, Intranet |
| Audience |
| Programmers and software developers |
| Prerequisites |
| Awareness of programming concepts; experience of using a third-generation, high-level language such as Pascal, PL/1, BASIC, or FORTRAN |
| Course Aim |
| To assist the student in writing ANSI C programs with advanced flow-control statements without sequencing errors |
| Learning Objectives |
| Use the conditional and iterative statements in ANSI C. Use unconditional jump statements. Use switch statements while avoiding the fall through error. |
| Topics Covered |
| Conditional branching - The if statement - Hands-on: Using an if-else statement Iteration control - Loops - Break and continue - Hands-on: Using nested loop statements Introducing goto and switch - The goto statement - The switch statement - Hands-on: Using switch and case |