InterviewSolution
Saved Bookmarks
| 1. |
Does C++ supports exception handling? If so what are the keywords involved in achieving the same. |
|
Answer» C++ does supports exception handling. try, catch & throw are keyword used for the same. |
|