Answer Posted / sarmistha
RUN TIME TYPE INFORMATION. Afacility that allows an object
to b queried at runtime to determine its type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what are the events occur in intr activated on interrupt vector table
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is iomanip c++?
Explain how a pointer to function can be declared in C++?
Where Malloc(), Calloc(), and realloc() does get memory?
Can static member variables be private?
Are php strings immutable?
What is the rule of three?
Briefly describe a B+ tree. What is bulk loading in it?
How const int *ourpointer differs from int const *ourpointer?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Who invented turbo c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Why do we use double in c++?
Difference between strdup and strcpy?