Computer Science, asked by bhavyaduggireddy, 7 months ago

which statement is true about else statement?
a)Always executed
b)It is executed when error occured
c)No exception in the code
d)None of the above

Answers

Answered by Anonymous
34

Answer:

b. it is executed when error occurred

Explanation:

In if..else selection statement:-

.

if there error occurred in if block then the block in else statement always executed.

Like, follow and make brainlist ☺️

Similar questions