Computer Science, asked by mandrele199, 2 months ago

if statement of conditional branching statement in c language​

Answers

Answered by shrutijha0804
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