Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Technology Errors
C C++ Errors
C C++ Errors Question:
Can you explain exceptions?
Tweet
Share
WhatsApp
Download PDF
Answer:
An exception is an event, which occurs during the execution
of a program, that disrupts the normal flow of the program's
instructions.
Download C C++ Errors PDF
Read All 13 C C++ Errors Questions
Previous Question
Next Question
Explain difference between c/c++ programing language?
what is necessity of c++ when existing c programing language?
When i use cout or cin call & then either << or >> .....it shows
declaration syntax error...what should i do?
cout<<"anything";
int a;
cin>>a;
return 0;?