What is rtti in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
Which software is used for c++ programming?
What is the limitation of cin while taking input for character array?
What are c++ templates used for?
What is type of 'this' pointer? Explain when it is get created?
Can we overload operator in c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is a c++ class?
Why Pointers are not used in C++?
how can u create a doubly linked list with out using pointers?
Name the implicit member functions of a class.
What is the need of a destructor? Explain with the help of an example.