what is the difference between arrays and linked list
Answer Posted / shweta
In array,memory is managed randomly...
but, in linked list memory is managed in a heap concept..
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
Explain what is a program flowchart and explain how does it help in writing a program?
what will be maximum number of comparisons when number of elements are given?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What are the types of functions in c?
How does struct work in c?
Explain union. What are its advantages?
What is structure in c explain with example?
Is null always defined as 0(zero)?
What does #pragma once mean?
Explain the difference between malloc() and calloc() in c?
What are inbuilt functions in c?
Why is struct padding needed?
How to create struct variables?
why return type of main is not necessary in linux
Write a program to swap two numbers without using third variable in c?