What are exceptions c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a virtual destructor?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
How many pointers are required to reverse a link list?
What are the advantages of early binding?
What are static type checking?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is flush () in c++?
Do you know the problem with overriding functions?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
They will ask u question about single linked list?. Write Code for to insert delete node.
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
How does c++ structure differ from c++ class?