what is the difference between linear list linked
representaion and linked representation? what is the
purpose of representing the linear list in linked
represention ? is it not avoiding rules of linear
represention?
No Answer is Posted For this Question
Be the First to Post Answer
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is the use of the this pointer?
What are inline functions?
Which bitwise operator is used to check whether a particular bit is on or off?
When you overload member functions, in what ways must they differ?
what are the events occur in intr activated on interrupt vector table
Explain the virtual inheritance in c++.
What will happen if a pointer is deleted twice?
What are friend functions?
what are the iterator and generic algorithms.
What is c++ try block?
What is c++ virtual inheritance?