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

Post New Answer

More C++ General Interview Questions

What problem does the namespace feature solve?

1 Answers  


Explain friend class?

0 Answers  


What is #include iostream?

0 Answers  


what is the use of templates?

3 Answers  


What are manipulators in c++ with example?

0 Answers  






Write about the local class and mention its use?

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  


Name some pure object oriented languages?

1 Answers  


How important is c++?

0 Answers  


How do you clear a buffer in c++?

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


Categories