What's the difference between a linked list and an array?

Answer Posted / vikraman85

I accept the answer 2 ,then we can delete the specified
node in the linked list,but the same thing we can't do in
arrays..

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is = symbol different from == symbol in c programming?

620


What are the application of void data type in c?

741


What is the difference between a function and a method in c?

569


When we use void main and int main?

595


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

766






What is %d called in c?

765


Explain how do you determine a file’s attributes?

599


Can we use any name in place of argv and argc as command line arguments?

615


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

632


Differentiate between new and malloc(), delete and free() ?

681


What is the c language function prototype?

655


What are the basic data types associated with c?

822


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1515


Is using exit() the same as using return?

686


What are the main characteristics of c language describe the structure of ac program?

617