What's the difference between a linked list and an array?

Answer Posted / shilpa

array is static ,where we need to intialize the size in
starting , but linkelist is dynamic , we can dynamically
add the any variable in to the list

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give basis knowledge of web designing ...

1573


What is difference between structure and union in c?

544


What is a protocol in c?

557


Write a program to check armstrong number in c?

635


What is property type c?

602






What is abstract data structure in c?

527


Why main function is special give two reasons?

944


What is the purpose of the statement: strcat (S2, S1)?

639


How can I sort a linked list?

634


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2515


How can a program be made to print the line number where an error occurs?

649


What is stack in c?

609


Do pointers need to be initialized?

558


In a switch statement, explain what will happen if a break statement is omitted?

636


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2369