Q. If the values in A1 is “MCQ” and B1 is “Questions”, which function will return “MCQ@Questions” in cell C1? (Solved)
1. =A1 + “@” + B1
2. =A1 # “@” # B1
3. =A1 & “@” & B1
4. =A1 $ “@” $ B1
- c. =A1 & “@” & B1
1. =A1 + “@” + B1
2. =A1 # “@” # B1
3. =A1 & “@” & B1
4. =A1 $ “@” $ B1