We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
No Answer is Posted For this Question
Be the First to Post Answer
What is Pure Virtual Function? Why and when it is used ?
Write any small program that will compile in "C" but not in "C++"
What apps are written in c++?
Write about the various sections of the executable image?
They will ask u question about single linked list?. Write Code for to insert delete node.
Can user-defined object be declared as static data member of another class?
Can I create my own functions in c++?
Should you pass exceptions by value or by reference?
what are the iterator and generic algorithms.
What is double in c++?
What is class invariant?
What is an adaptor class or wrapper class in c++?