When is dynamic checking necessary?


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

Post New Answer

More C++ General Interview Questions

Which algorithm do you like the most? Why?

2 Answers   Google,


What is c++ array?

0 Answers  


What is virtual table?

0 Answers  


What is c++ mutable?

0 Answers  


What is a constructor in c++ with example?

0 Answers  






What flag means?

0 Answers  


What are the different types of comments allowed in c++?

0 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


What are the data types in c++?

0 Answers  


What is Destructor in C++?

0 Answers  


Why null pointer is used?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


Categories