Home / Report Question

Q. If the values in A1 is “MCQ” and B1 is “Questions”, which function will return “MCQ@Questions” in cell C1?
  • A. =A1 + “@” + B1
  • B. =A1 # “@” # B1
  • C. =A1 & “@” & B1
  • D. =A1 $ “@” $ B1

Correct Answer: C