what is the use of using linked list and array?

Answer Posted / manju

In Linked list we can insert or delete the elements at any
position,which is not possible in arrays and arrays are of
fixed size,but linked lists are not have a definite length.
we can dynamically allocate the size of linked list with
out wastage of memory...

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should a type cast be used?

581


How many levels of pointers can you have?

711


What are examples of structures?

605


Write a program of advanced Fibonacci series.

714


Write a program to show the change in position of a cursor using c

587






How can you return multiple values from a function?

640


Are negative numbers true in c?

604


What are type modifiers in c?

627


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1500


What are pointers?

638


Why flag is used in c?

659


Explain what is the general form of a c program?

633


What's the right way to use errno?

628


What is the difference between text and binary modes?

652


What is c programming structure?

626