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?
How static variables and local variablesare similar and dissimilar?
What is c++ mutable?
What is the use of data hiding?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Explain the uses oof nested class?
CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?
What is the use of static functions?
Will this c++ program execute or not?
Write a C++ Program to Multiply two Numbers
what are function pointers?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
Define pointers?