C Sharp (C#) - Exception Handling
If no exception occurs in the
try block, which blocks will execute?try block, which blocks will execute?catch block is skipped because there is nothing to catch.try block runs, then the finally block always runs regardless of exceptions.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions