Name an advantage of linked list over array?
Answer Posted / ritesh parkhi
array always contain static memory location even linklist
contain dynamic memory location.In once declaration of an
array we can store smae type of data but in linkedlist
hetrogeneous link list is possible which can be contain
diffrent diffrent types of data type in linkedlist.in link
list we are using void pointer.
Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is polymorphism give a real life example?
What is ambiguity in inheritance?
What is multilevel inheritance in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Explain virtual inheritance?
What is stream in oop?
What does enum stand for?
What are properties in oop?
What are oops functions?
What is an example of genetic polymorphism?
What is oops and its features?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why is abstraction used?