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

Answer Posted / presto

An array is simply a collection of variables of similar
datatype while a linklist is a collection of nodes where
each node is a combination of a data value and pointer to
another record.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of unions?

607


What is function pointer c?

586


Explain the properties of union.

609


What is 2c dna?

608


How do I round numbers?

598






What is a pointer value and address in c?

632


Can include files be nested?

627


What do you mean by dynamic memory allocation in c?

646


Why shouldn’t I start variable names with underscores?

623


What is scanf_s in c?

631


Is c still used?

602


How do you view the path?

668


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

640


Why is it usually a bad idea to use gets()? Suggest a workaround.

900


Explain what is a program flowchart and explain how does it help in writing a program?

645