Computer Science, asked by ishwariiii29, 4 months ago

Which statement can be used when the body of a conditional statement has no

statement?

Answers

Answered by s14977agovind07846
0

Answer:

This happens when there is no condition around the statements. ... Conditional Statements in C programming are used to make decisions based on the conditions. ... any statement inside the body of If. The syntax for if statement is as follows: ... C has six relational operators that can be used to formulate a

Answered by nidaeamann
0

Answer:

Else statement

Explanation:

In computer programming, a complete conditional sentence contain two major portions, one a conditional clause which is normally used with If statements. The other portion is the consequence phrase that a certain event would occur if first condition is found true.

Now when using if else statements, normally if contains the conditional part and then there is an else statement which does not contain any condition but it means that it is the opposite of if statement

Similar questions