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?
What is the main purpose of c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is main function in c++ with example?
Why is main an int?
What is exception handling? Does c++ support exception handling?
What is meant by the term name mangling in c++?
Differentiate between structure and class in c++.
What is the difference between reference type and pointers.
What is math h in c++?
What are all predefined data types in c++?
To what does “event-driven” refer?
Why is "using namespace std;" considered bad practice?