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

What is openmp in c?

613


How can I pad a string to a known length?

613


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

721


What is the difference between array and pointer?

570


Explain how can type-insensitive macros be created?

572






Is c programming hard?

577


What is %g in c?

621


What is a static function in c?

624


What header files do I need in order to define the standard library functions I use?

540


How can I ensure that integer arithmetic doesnt overflow?

609


What is methods in c?

644


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

657


What is a dynamic array in c?

598


What is the use of a semicolon (;) at the end of every program statement?

776


a value that does not change during program execution a) variabe b) argument c) parameter d) none

698