Explain public, protected, private in c++?
Why do we need runtime polymorphism in c++?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
What is c++ and its features?
When the design recommends static functions?
Describe private, protected and public – the differences and give examples.
What is unary operator? List out the different operators involved in the unary operator.
What is the purpose of ios::basefield in the following statement?
can output 5 students using one dimensional array
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Explain the difference between 'operator new' and the 'new' operator?
What size is allocated to the union variable?
What is c++ w3school?