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

Differentiate between the = symbol and == symbol?

728


Why is c called "mother" language?

871


Explain indirection?

656


Difference between strcpy() and memcpy() function?

690


Place the #include statement must be written in the program?

578






When should the const modifier be used?

666


What are the key features in c programming language?

624


What header files do I need in order to define the standard library functions I use?

545


What does d mean?

600


Write a program to use switch statement.

671


Why can't I perform arithmetic on a void* pointer?

646


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

692


Explain the difference between getch() and getche() in c?

573


What is the purpose of void in c?

628


How important is structure in life?

600