What you know about structures in C++?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of classes are there in c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
What is a v-table?
Explain overriding.
What do you mean by function pointer?
What is a string example?
Is recursion allowed in inline functions?
What is meant by the term name mangling in c++?
Comment on assignment operator in c++.
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,
Why use of template is better than a base class?
What do you mean by friend class & friend function in c++?