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
Why is "using namespace std;" considered bad practice?
What is the latest c++ version?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
Can char be a number c++?
How the compilers arranges the various sections in the executable image?
How the endl and setw manipulator works?
What is the type of 'this' pointer?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the meaning of c++?
Is facebook written in c++?
What is the difference between C and CPP?
Carry out conversion of one object of user-defined type to another?