Pick up the invalid data structure operation from the following.
-
Traversing
-
Searching
-
Merging
-
None of these
D
Correct answer
Explanation
Traversing (visiting each element), searching (finding specific elements), and merging (combining structures) are all valid, fundamental data structure operations. Since all options A-C are valid operations, the correct answer is D - 'None of these' represents that there is no invalid operation in the list.