In C#, what happens if an exception is thrown within a finally block?
A. The program terminates
B. The exception propagates to the calling method
C. The exception is caught and handled by the finally block
D. The finally block is skipped
Answer: Option C
Join The Discussion