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

What is a 'null pointer assignment' error?

0 Answers  


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

2 Answers   TCS,


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


what is diognisis?

1 Answers  


What is equivalent to ++i+++j?

0 Answers  






What are valid signatures for the Main function?

0 Answers  


When should I declare a function?

0 Answers  


Write a C function to search a number in the given list of numbers. donot use printf and scanf

6 Answers   Honeywell, TCS,


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


Why do u use # before include in a C Progam?

9 Answers   IBM,


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


Categories