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 can I use instead of namespace std?
program to print this triangle * * * * * *
Define virtual constructor.
What is constant in c++ with example?
What do you mean by inheritance in c++?
What is "mutable" keyword?
What do you mean by call by value and call by reference?
What is the difference between method and message?
Write about a nested class and mention its use?
What is const pointer and const reference?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is low level language in simple words?