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

Answer Posted / n.muthukumar

A linked list consists of data nodes, each pointing to the
next in the list. An array consists of contiguous chunks
memory of predetermined size.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is called a middle level language?

635


Why is c called c?

635


What's the total generic pointer type?

618


Write the Program to reverse a string using pointers.

620


Why does the call char scanf work?

622






Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1595


List some applications of c programming language?

556


What are the application of void data type in c?

722


Explain about the constants which help in debugging?

858


Write a program to print numbers from 1 to 100 without using loop in c?

644


What are global variables and explain how do you declare them?

582


Why do we use & in c?

595


What are the 4 types of organizational structures?

627


find out largest elemant of diagonalmatrix

1651


What is string concatenation in c?

570