what is link list?



Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sizeof function do?

610


Explain zero based addressing.

604


What is the newline escape sequence?

583


When should the register modifier be used? Does it really help?

607


Discuss the function of conditional operator, size of operator and comma operator with examples.

676






Explain Basic concepts of C language?

640


How are Structure passing and returning implemented by the complier?

710


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

817


What is difference between stdio h and conio h?

880


Can you please explain the difference between strcpy() and memcpy() function?

596


What is the difference between a string and an array?

703


What is a buffer in c?

569


Explain continue keyword in c

580


What is typedef example?

615


Is null a keyword in c?

730