Q. Because of linear structure of linked list having linear ordering,there is similarity between linked list and array in (Solved)
1. insertion of a node
2. deletion of a node
3. traversal of elements of list
4. none of the above
- c. traversal of elements of list