Eplain extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
What is exception handling in C++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
How const int *ourpointer differs from int const *ourpointer?
Why do we use constructor?
Why is the function main() special?
Is string data type in c++?
How do you remove an element from a set in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Describe the setting up of my member functions to avoid overriding by the derived class?
Mention the ways in which parameterized can be invoked.
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 are c++ files?