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
Do class declarations end with a semicolon? Do class method definitions?
How to write a program such that it will delete itself after exectution?
When is a template a better solution than a base class?
What is the difference between the compiler and the preprocessor?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Can we have "Virtual Constructors"?
Is string data type in c++?
Why is c++ is better than c?
Which bitwise operator is used to check whether a particular bit is on or off?
Do you know what are static and dynamic type checking?
What are vtable and vptr?
Describe new operator and delete operator?