Describe run-time type identification?
Answer / anuradha chaurasia
The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator.
Is This Answer Correct ? | 0 Yes | 0 No |
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Why do you use the namespace feature?
What is long in c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
Can comments be longer than one line?
What do you understand by zombie objects in c++?
Do we have private destructors?
What are advantages of using friend classes?
What is ostream in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the insertion operator and what does it do?
What is the use of this pointer in c++?