Ask Question         Q & A         Articles        
Skip Navigation LinksHome > Discussion Topics > Discussions
Discuss this Question
0
Exception Handling is used to handle
  • Compile time errors
  • Linking errors
  • Runtime errors
  • All of the above
Answer : Runtime errors
Previous Comments
0
what is the syntax of using exceptional handling in c++
On : 20-Apr-2011
0
exception are the error that occurs due to some unexceptional conditions during the runtime of the program so exception handling is used to handle the runtime errors, if the runtime errors are not handled then they can crash the program leading to loss of valuable data
On : 18-Apr-2011
Your Comments
Ask a Question