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


Please Help Members By Posting Answers For Below Questions

What are qualifiers?

615


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

635


What is define c?

569


Can you mix old-style and new-style function syntax?

660


Explain what is the difference between a free-standing and a hosted environment?

632






Why do we use & in c?

587


What is abstract data structure in c?

524


What is the general form of a C program?

596


What is #define size in c?

640


With the help of using classes, write a program to add two numbers.

615


Explain the term printf() and scanf() used in c language?

591


Why is it important to memset a variable, immediately after allocating memory to it ?

1550


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

665


What is the use of void pointer and null pointer in c language?

623


Explain how do I determine whether a character is numeric, alphabetic, and so on?

648