what is the difference between arrays and linked list

Answer Posted / yoga

Both are nothing but the data structures where in arrays
data can be accessed using subscript but in linked list
data can be accessed by the pointer present in its previous
node...

Is This Answer Correct ?    59 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

formula to convert 2500mmh2o into m3/hr

485


How can you invoke another program from within a C program?

607


Which built-in library function can be used to match a patter from the string?

730


What are the 3 types of structures?

558


What are the types of pointers in c?

521






write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1617


How to write a code for reverse of string without using string functions?

1568


What are the different types of constants?

631


What is static and auto variables in c?

548


What is a method in c?

610


will u please send me the placement papers to my mail???????????????????

1353


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1202


Discuss the function of conditional operator, size of operator and comma operator with examples.

666


Explain the process of converting a Tree into a Binary Tree.

2086


Why is c platform dependent?

609