Question #2205

What will be the output of the following VBA code?<br>Sub test()<br>Dim S AS string<br>S = 'wholehearted'<br>Debug.Print mid(s,6,4)<br>End sub

A.
arte
B.
hear
C.
hole
D.
eart
Explanation

No explanation provided.