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 find the smallest element in an array:Which of the following lines should be inserted to complete the below code?

Arr[i] > min_element

Arr[i] < min_element

Arr[i] == min_element

None of the mentioned

Answer: B . Arr[i] < min_element
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