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

Is arr and &arr are same expression for an array?

0 Answers  


What is time_t c++?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


Distinguish between a # include and #define.

0 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  






What is the use of endl in c++?

0 Answers  


Can I run c program in turbo c++?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


What is a protocol class?

1 Answers  


Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


What is data binding in c++?

0 Answers  


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

0 Answers  


Categories