Answer Posted / roshanpr
RTTI stands for run time type identification.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is implicit pointer in c++?
What are the 3 levels of programming languages?
What is namespace std; and what is consists of?
Is c++ free?
Can we use this pointer inside static member function?
Difference between delete and free.
Why do we use double in c++?
What do you mean by enumerated data type?
What is c++ redistributable?
Explain what data encapsulation is in c++?
What is null and void pointer?
What is one dimensional array in c++?
What is the difference between public, private, and protected access?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
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)