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

What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What is called array?

0 Answers  


Who calls main function?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Explain rtti.

0 Answers  






How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


Why c++ is not a pure oop language?

0 Answers  


What are iterators in c++?

0 Answers  


What is meant by entry controlled loop?

0 Answers   Agilent, ZS Associates,


Can a program run without main?

0 Answers  


How do I make turbo c++ full screen?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


Categories