How can you find the nodes with repetetive data in a linked
list?
Answer / murali
By parsing/processing the nodes
we attain O(n) to O(log(n)) depending on the type of data-
structure
| Is This Answer Correct ? | 2 Yes | 9 No |
How does the copy constructor differ from the assignment operator (=)?
How would you obtain segment and offset addresses from a far address of a memory location?
Why cout is used in c++?
What is the difference between object-oriented programming and procedural programming?
Is c++ a good beginners programming language?
what is a class? Explain with an example.
What are smart pointer? Whats its use?
How would you represent an error detected during constructor of an object?
Describe delete operator?
How many namespaces are there in c++?
Is overriding possible in c++?
What is the difference between a template and a macro?