Home / Report Question

Q. What does `a[a > 0]` return?
  • A. Indexes of elements greater than 0
  • B. Boolean array
  • C. Elements of a that are greater than 0
  • D. None of the above