Suppose that we say:

Cons lst = list("a", "b", "c");
boolean test = ( lst == reverse(reverse(lst)) );

What is the value of test?

  • A: true
  • B: false
  • C: null
  • D: error
  • E: could be true or false

    Answer

    Contents    Page-10    Prev    Next    Page+10    Index