Pages

Decision making

The decision making in the C language contain
  • Control structures
    • The if statement
    • The if-else Statement
    • Nested- if-else Statement
  • Looping and Branching
    • The while
    • The do while
    • The for loop
    • The Nested for loop
    • The Switch Statement
    • Nested Switch Statement
    • The Break Statement
    • The Continuous Statement
    • The goto Statement

No comments:

Post a Comment