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 |
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What are the advantages of C++ programming compared to C programming?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is while loops?
What is an associative container in c++?
Is c++ double?
What is token c++?
Can malloc be used in c++?
throw Can constructors exceptions?
What is code reusability in c++?
What is the protected keyword used for?
How can you find the nodes with repetetive data in a linked list?