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 |
What do you mean by pure virtual functions in C++? Give an example?
Write a program to concatenate two strings.
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is a memory leak c++?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What is a try block?
difference between macro and function?
What is the difference between a constructor and a destructor in C++?
Can we use resume in error handling i.e. in the catch block
What does std :: flush do?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the difference between while and do while loop?