Computer Science, asked by darshan7829143, 10 months ago

what do you understand by 'Fall Through'?​

Answers

Answered by divya006
1

In certain programming constructs , the situation where execution passes to the

next condition in a list unless explicitly redirected .

Mark as brainlist.

Answered by yashsinha10
1

Answer:

In certain programming constructs, the situation where execution passes to the next condition in a list unless explicitly redirected.

Explanation:

It is a good idea to comment the (rare) cases in which a fall-through is intentional so that an uncommented fall-through can be assumed to be an error.

Similar questions