Explain the difference between c++ and java.
No Answer is Posted For this Question
Be the First to Post Answer
They will ask u question about single linked list?. Write Code for to insert delete node.
Generally variables are stored in heap memory. When he variables are created in stack?
What is endianness?
Can you pass a vector to a function?
When does a name clash occur?
How do you establish an is-a relationship?
What is an orthogonal base class in c++?
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 searching?
What is algorithm in c++ programming?
What is the copy-and-swap idiom?
What is private, public and protected inheritance?