Explain terminate() and unexpected() function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


What is operator overloading in c++ example?

0 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  






In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


Can I learn c++ without knowing c?

0 Answers  


What is the difference between mutex and binary semaphore?

0 Answers  


Why c++ does not have finally?

0 Answers  


If a function doesn’t return a value, how do you declare the function?

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  


Write a program to add three numbers in C++ utilizing classes.

0 Answers   TCS,


Categories