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

An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

753


What are the features of c languages?

721


What is a struct c#?

679


What is variables in c?

693


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3241






What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

833


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3482


What is the difference between functions abs() and fabs()?

755


When should the volatile modifier be used?

779


What is difference between structure and union in c programming?

665


What is the modulus operator?

822


How can I call a function with an argument list built up at run time?

740


How main function is called in c?

712


What is difference between far and near pointers?

703


What is #include conio h?

681