What are advantages of using friend classes?
No Answer is Posted For this Question
Be the First to Post Answer
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What is the best it certification?
What is the stack?
What do you mean by “this” pointer?
What are the uses of static class data?
What does it mean to declare a destructor as static?
What is called array?
Can circle be called an ellipse?
What is one dimensional array in c++?
What is the use of default constructor?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
Explain mutable storage class specifier.