What does catch(…) mean?


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

Post New Answer

More C++ General Interview Questions

Distinguish between new and malloc and delete and free().

0 Answers  


Define Virtual function in C++.

0 Answers   iNautix,


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


what are the iterator and generic algorithms.

0 Answers  


Explain the difference between realloc() and free() in c++?

0 Answers  






What is the difference between #import and #include?

0 Answers  


What are virtual functions and what is its use?

1 Answers  


How can I learn dev c++ programming?

0 Answers  


What is the most powerful coding language?

0 Answers  


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


What are containers in c++?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


Categories