what do you mean by exception handling in C++?
No Answer is Posted For this Question
Be the First to Post Answer
what is friend function in C++?
How to run C++ program in cmd
In C++ what is the meaning of data hiding?
Explain what happens when an exception is thrown in C++.
How to delete array of objects in C++? Proof by C++ code for proper deletion
What is pass by value & reference.
Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
Write a syntax and purpose of switch statement.
Discuss about iteration statements in C++ .
What are the advantages/disadvantages of using #define?
What is Boyce Codd Normal form?
How to reverse a string in C++