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

Answer Posted / raja sekhar

In linkedlist,The operations(delete,insert&etc)are eazily
perform.Where as in arrays that is not possible.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function and its example?

623


Is using exit() the same as using return?

675


What is define c?

571


Why should I prototype a function?

632


What are derived data types in c?

608






Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

1599


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

561


What oops means?

582


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

649


Which node is more powerful and can handle local information processing or graphics processing?

825


How are structure passing and returning implemented?

588


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

716


What is wrong in this statement? scanf(“%d”,whatnumber);

726


What is the use of getchar() function?

627