What is a storage class? Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is the function to call to turn an ascii string into a long?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
How should runtime errors be handled in c++?
Explain about templates of C++.
Describe delete operator?
Is java the same as c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
Which one between if-else and switch is more efficient?
What is constructor c++?
What is a constant? Explain with an example.
What is a local reference?
Should a constructor be public or private?