Question: ournames is a character vector. What values does the statement below return to Cpeople?

  1. records where the first character is a C
  2. any record with a value containing a C
  3. TRUE or FALSE, depending on whether any character in ournames is C
  4. TRUE and FALSE values, depending on whether the first character in an ournames record is C

Answer: The correct answer of the above question is Option D:TRUE and FALSE values, depending on whether the first character in an ournames record is C