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
Are pointers really faster than arrays?
What oops means?
Sir i need notes for structure,functions,pointers in c language can you help me please
Where in memory are my variables stored?
Are pointers integers in c?
What is a pointer value and address in c?
What is the difference between fread buffer() and fwrite buffer()?
Can you tell me how to check whether a linked list is circular?
provide an example of the Group by clause, when would you use this clause
What are formal parameters?
application attempts to perform an operation?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Is malloc memset faster than calloc?
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.
What are the different types of endless loops?