87. What will be the output of the following VBA code?
Sub test ( )
Dim S AS string
S = “wholehearted”
Debug.Print mid(s,6,4)
End sub
निम्नलिखित VBA कोड का आउटपुट क्या होगा?
Sub test ( )
Dim S AS string
S = “wholehearted”
Debug.Print mid(s,6,4)
End sub [Bharat Skill QB]