what is the use of using linked list and array?

Answer Posted / harsh srivastava

Linked List and array both are used continuous allocation of
memory. When we want to assign too many same type of data
sequentially into memory, at that time we use the Linked
list and array because taking separate variable for each
data is tedious and time consuming so we use the Linked list
and arrays.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are pointers really faster than arrays?

751


What oops means?

747


Sir i need notes for structure,functions,pointers in c language can you help me please

2174


Where in memory are my variables stored?

848


Are pointers integers in c?

816


What is a pointer value and address in c?

821


What is the difference between fread buffer() and fwrite buffer()?

904


Can you tell me how to check whether a linked list is circular?

1074


provide an example of the Group by clause, when would you use this clause

1960


What are formal parameters?

854


application attempts to perform an operation?

1734


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1818


Is malloc memset faster than calloc?

799


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2879


What are the different types of endless loops?

833