Question 101

Given:

What is the output?
  • Question 102

    Given:

    Which is true?
  • Question 103

    Given:

    and

    What is the result?
  • Question 104

    Given:

    After which line can we insert assert i < 0 || values[i] <= values[i + 1]; to verify that the values array is partially sorted?
  • Question 105

    Given:

    Assuming that this code compiles correctly, which three statements are true? (Choose three.)