Why c++ does not have finally?


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

Post New Answer

More C++ General Interview Questions

You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


What is istream and ostream in c++?

0 Answers  


Which one is a preferred language C or C++? Why?

0 Answers  


What is a singleton class c++?

0 Answers  






what are the characteristics of Class Members in C++?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


What is decltype c++?

0 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  


What's the best free c++ profiler for windows?

0 Answers  


Categories