How can an improvement in the quality of software be done by try/catch/throw?


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

Post New Answer

More C++ General Interview Questions

Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


What are all predefined data types in c++?

0 Answers  


What is a manipulative person?

0 Answers  


What causes a runtime error c++?

0 Answers  






Explain the static storage classes in c++.

0 Answers  


Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,


What is a dangling pointer in c++?

0 Answers  


Can member functions be private?

0 Answers  


What is a flag in c++?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


Why do we use classes in c++?

0 Answers  


Categories