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?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is a down cast?
What are advantages of c++?
What are the advantages of using const reference arguments in a function?
What is the latest version on c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What is late binding c++?
What's the hardest coding language?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is the use of string in c++?
What is a dynamic binding in c++?
What is & in c++ function?
Give example of a pure virtual function in c++?
What is std namespace in c++?