conditional branching loops explain in c programming
Answers
Answered by
0
Answer:
Conditional Statements in C programming are used to make decisions based on the conditions. ... It is also called as branching as a program decides which statement to execute based on the result of the evaluated condition.
Similar questions