Answer Posted / 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 |
Post New Answer View All Answers
Write a program to find the Fibonacci series recursively.
Why is c++ a mid-level programming language?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is extern c++?
What is the difference between reference and pointer?
What are the advantages of c++?
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 c++ programming language?
What is the standard template library (stl)?
Is python better than c++?
What are friend classes?
Can I make ios apps with c++?
What is pair in c++?
Is eclipse good for c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)