Multiple Choice Question (MCQ)
Question:
What will be the output of the following VBA code?
Sub test()
a = 'Computer operator'
Debug.Print left(a,10)
End sub
A.
Operator
B.
Computer o
C.
Computer
D.
Computer operator
Correct Answer: Computer o