Question #2206

What will be the output of the following VBA code?<br>Sub test()<br>a = 'Computer operator'<br>Debug.Print left(a,10)<br>End sub

A.
Operator
B.
Computer o
C.
Computer
D.
Computer operator
Explanation

No explanation provided.