Explain the static storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by zombie objects in c++?
How do you master coding?
What is class and structure in c++?
Is c++ platform dependent?
What is DlgProc?
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 happens if an exception is throws from an object's constructor and from object's destructor?
Explain the static member function.
When should we use container classes instead of arrays?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is auto used for in c++?
Define virtual constructor.