eli5: In programming, how does using “try and except/catch” blocks stop the program from crashing?

633 views

eli5: In programming, how does using “try and except/catch” blocks stop the program from crashing?

In: 10

20 Answers

Anonymous 0 Comments

Oke I’m a programmer(3 years now), can someone instead give me actual thing that’s happening at system level? Is it adding some sort of check before every part of the function is executed, is it moved to a separate place in memory or? I’ve tried googling this before but it still didn’t make sense to me.(feel free to use low level or assembly)

You are viewing 1 out of 20 answers, click here to view all answers.