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 |
Define vptr.
What are virtual functions in c++?
Do class method definitions?
What is a c++ map?
Define stacks. Provide an example where they are useful.
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
How do you differentiate between overloading the prefix and postfix increments?
Can we use resume in error handling i.e. in the catch block
what is the difference between overloading & overriding? give example.
What is the use of object in c++?
What do you mean by enumerated data type?
write a programme to get a character and thier ASCII value