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

plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


Three major criteria of scheduling.

1 Answers  


what is the main use of c where it can use the c

2 Answers   Infosys,


Read two numbers from keyboard and find maximum of them?

1 Answers  






Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


write a program to find out prime number using sieve case?

0 Answers   HCL,


How to print %d in output

6 Answers   Wipro,


Program to display given 3 integers in ascending order

1 Answers   N Tech,


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


How #define works?

0 Answers  


Categories