in Programming in C reopened by
3,263 views
0 votes
0 votes
What are sequential access structures? Are arrays or linked list the sequential access structures?
in Programming in C reopened by
by
3.3k views

4 Comments

Alright! Thank you @gauravkc.

0
0
You don't need to close any question once you receive answer. Closing is used for bad or unwanted questions
0
0
Alright.
0
0

2 Answers

0 votes
0 votes
Elements in which can be visited in a sequential manner, yes linked list is a sequential  access structure.
by

3 Comments

Arrays can also be visited in sequential manner. Then why not arrays as well?
0
0
Yes, I did not see arrays in your question.
0
0
Thanks! Arrays are not sequential structures.
0
0
0 votes
0 votes
linked lists are

1 comment

Thank you!
0
0

Related questions