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
in C++ , the word plus plus who found this?
What is :: operator in c++?
What is the difference between "overloading" and "overridding"?
How do you generate a random number in c++?
Differentiate between the manipulator and setf( ) function?
What is c++ virtual inheritance?
Why do we need function?
What are the main features of c++?
what are the iterator and generic algorithms.
Where must the declaration of a friend function appear?
Why null pointer is used?
What is Destructor in C++?