what is link list?



Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why should I prototype a function?

652


Explain how can type-insensitive macros be created?

581


Is calloc better than malloc?

595


Do string constants represent numerical values?

936


What is %d called in c?

767






Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

695


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1755


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2749


Differentiate between the expression “++a” and “a++”?

713


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1814


How #define works?

633


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1773


What is scope rule of function in c?

560


Describe the difference between = and == symbols in c programming?

788


Why is sizeof () an operator and not a function?

599