Computer Science, asked by sb367, 5 months ago

Explain the role of conditional statement in c language with suitable example( 10 marks)​

Answers

Answered by yusraayyubkhan2007
1

Answer:

Conditional statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of conditional statements in C

Similar questions