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 |
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Show the application of a dynamic array with the help of an example.
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Specify different types of decision control statements?
What does the ios::ate argument do?
What are the vectors in c++?
Explain the uses oof nested class?
What is this pointer in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Is map ordered c++?
What is prototype in c++ with example?