what is the difference between arrays and linked list

Answer Posted / anu

In arrays v cant delete elements in middle but in Linked
list v can do this.

Is This Answer Correct ?    71 Yes 139 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an auto variable in c?

758


What are the rules for the identifier?

671


How to implement a packet in C

2398


What should malloc() do?

645


How can I dynamically allocate arrays?

594






Where are some collections of useful code fragments and examples?

716


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1497


What are loops in c?

551


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

754


What are the disadvantages of a shell structure?

695


Is sizeof a keyword in c?

584


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

625


What is define c?

574


Write a program to swap two numbers without using a temporary variable?

611


What are header files and explain what are its uses in c programming?

612