Ad Code

How one can avoid hazards caused by side effects while writing code. List the two guidelines. Never use “,” except for declaration. Never use multiple assignments in the same statement

What is the greatest advantage of exception handling?


One of the most powerful features of exception handling is that an error can be thrown over function boundaries. This allows programmers to put the error handling code in one place, such as the main-function of your program.
Reactions

Post a Comment

0 Comments