Comment on c++ standard exceptions?


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

Post New Answer

More C++ General Interview Questions

What are dynamic type checking?

0 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


What are the advantages and disadvantages of using inline and const?

2 Answers   Polaris, TCS, Zimmer Biomet,


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


What is dev c++ used for?

0 Answers  


What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,


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 encapsulation in c++?

1 Answers  


What is constructor c++?

0 Answers  


What is polymorphism and its type in c++?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


Categories