In: Computer Science
Which of the following operations cannot be done to a list?
Remove items from it
Divide it by another list
Add items to it
Change items in it
answer: Divide it by another list.
Explanation:
List operations are generally create, add, delete, modify ,access and view .
Divide it by another list is not a list operations.