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 |
List the features of oops in c++?
What are the benefits of c++?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
the first character in the variable name must be an a) special symbol b) number c) alphabet
Show the declaration for a pointer to function returning long and taking an integer parameter.
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
How does code-bloating occur in c++?
Define macro.
What does #define mean in c++?
Define the process of error-handling in case of constructor failure?
Can c++ do everything c can?
Explain selection sorting. Also write an example.