Control Structure

C languages process some decision making capabilities by using following statements or control structures.For Example

-If Statement

-Nested If Statement

-Else IF Statement

-Nested Else IF Statement

 

Leave a comment