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
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What are the features of c languages?
What is a struct c#?
What is variables in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is wrong in this statement? scanf(ā%dā,whatnumber);
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the difference between functions abs() and fabs()?
When should the volatile modifier be used?
What is difference between structure and union in c programming?
What is the modulus operator?
How can I call a function with an argument list built up at run time?
How main function is called in c?
What is difference between far and near pointers?
What is #include conio h?