Discussion Forum

  1. Home
  2. »
  3. Computer Science Mcqs
  4. »
  5. Data Structures Mcqs
  6. »
  7. Recursion Mcqs
  8. »
  9. Consider the following code snippet...
Consider the following code snippet to search an element in a linked list:Which of the following lines should be inserted to complete the below code?

Temp = next

Temp->next = temp

Temp = temp->next

Return 0

Answer: C . Temp = temp->next
0Shares
0 0

If you think the posted answer is wrong or Confused About the Answer? Ask for Details Here

Know Explanation? Add it Here
we’ll review your comment and contact you soon….

Leave a Reply

Your email address will not be published. Required fields are marked *

error: You are not allowed to do so.....
0Shares
0
Scroll to Top