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

A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

864


What will the preprocessor do for a program?

780


What are identifiers and keywords in c?

770


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

887


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

862


hi send me sample aptitude papers of cts?

1874


What are data structures in c and how to use them?

902


How are pointers declared in c?

801


What is difference between static and global variable in c?

764


What is memcpy() function?

848


How can I automatically locate a programs configuration files in the same directory as the executable?

863


Do you know pointer in c?

809


How can I remove the trailing spaces from a string?

824


What is difference between Structure and Unions?

876


Why do we use & in c?

783