what is link list?



Answers were Sorted based on User's Feedback



what is link list? ..

Answer / vignesh1988i

list are the set of items which are brought from various
parts and binded together in which each data may or may not
be having relation..... linked list is basically set of
data 's which has link (locative address) to refer the next
data of that list...


thank u

Is This Answer Correct ?    1 Yes 0 No

what is link list? ..

Answer / ravi joshi

Linked list is a data structure where data is logically
viewed as contiguous and helps user in systematically
storing and retrieving the data.

Is This Answer Correct ?    1 Yes 0 No

what is link list? ..

Answer / srinivasu

linked list is distributed memory locations.In this linked
list we have to insert the elements and delete the elements
that means insertion and deletion is possible.And in this
linked list all elements are stored in heap.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

write a program structure to find average of given number

1 Answers  


What is the advantage of an array over individual variables?

0 Answers  


where does it flourished?

0 Answers   Microsoft,


What is the purpose of & in scanf?

0 Answers  


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,






What is ## preprocessor operator in c?

0 Answers  


What is external variable in c?

0 Answers  


Is printf a keyword?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


Explain how can I read and write comma-delimited text?

0 Answers  


Is array a primitive data type in c?

0 Answers  


Categories