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
How do you write a function that can reverse a linked-list?
What is a null object in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Which operator can not be overloaded in C++?
We use library functions in the program, in what form they are provided to the program?
How does work in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
which operator is used for performing an exponential operation a) > b) ^ c) none
What is the best book for c++ beginners?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.