Question: Which statement returns **1** (true)?

  1. a == b
  2. ischar(b)
  3. length(a) == length(b)
  4. class(a) == class(b)

Answer: The correct answer of the above question is Option A:a == b