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

Is c procedural or functional?

582


Why isnt there a numbered, multi-level break statement to break out

581


What is else if ladder?

603


What is scanf_s in c?

629


Why c is called a middle level language?

632






In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1372


What is the purpose of sprintf?

611


What are pointers in C? Give an example where to illustrate their significance.

744


What is the use of gets and puts?

594


State the difference between x3 and x[3].

648


Explain what are the advantages and disadvantages of a heap?

590


how to create duplicate link list using C???

2065


What does %c do in c?

578


What is cohesion and coupling in c?

585


Wt are the Buses in C Language

2744