Name an advantage of array over linked list?
Answer Posted / kiran
The Main advantage of array data structure is which is used
to hold like kind of data. in other words arrays hold
(save) similar kind of data items and array items stored in
contigues locations in memory. on the other hand link list
may hold unlike kind of data (group of data) and items
stored is not contigues in linked list.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
Can we create object of abstract class?
What is abstract class in oop?
What is the highest level of cohesion?
Advantage and disadvantage of routing in telecom sector
Is react oop?
What is meant by oops concept?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is encapsulation oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
#include
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Which type does string inherit from?
officer say me - i am offered to a smoking , then what can you say
What are the 5 oop principles?
Why do we need oop?