Computer Science, asked by prasannavinodarao, 2 months ago

conditional branching loops explain in c programming​

Answers

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