difference between the array and linked list
general difference related to memory
Answer Posted / dr. sanyasi naidu pasala
In array memory will be allocated during compilation, where as in linked list memory will be allocated during run time. In array memory size will be depends on size of the array. In linked list memory will be allocated according to the user requirement. In array memory will be allocated in continuous memory locations but in linked kist memory will be allocated at random locations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you write the function prototype, definition and mention the other requirements.
what are the facialities provided by you after the selection of the student.
What are the main characteristics of c language describe the structure of ac program?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the difference between āgā and āgā in C?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How can I write a function that takes a format string and a variable number of arguments?
What is the use of printf() and scanf() functions?
where are auto variables stored? What are the characteristics of an auto variable?
find the sum of two matrices and WAP for it.
When should volatile modifier be used?
What are the different types of errors?
How do I get a null pointer in my programs?
What is c mainly used for?
What does the function toupper() do?