if statement of conditional branching statement in c language
Answers
Answered by
4
Answer:
Decision making or branching statements are used to select one path based on the result of the evaluated expression. It is also called as control statements because it controls the flow of execution of a program. 'C' provides if, if-else constructs for decision-making statements
Similar questions