Define a pointer to a data member of the type pointer to pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible for the objects to read and write themselves?
Where the memory to the static variables is allocated?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Write a program to find the Fibonacci series recursively.
Which programming language is best to learn first?
List the issue that the auto_ptr object handles?
What does std mean in c++?
What are shallow and deep copies?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Why are pointers not used in c++?
Can c++ be faster than c?
What is virtual function? Explain with an example