What will be the output of the following code segment? Static Function trial( ) As String Static i As String Dim d As Double i = A trial = i End Function Private Sub Command1_Click( ) Dim res As Integer res = Val(trial()) Print res End Sub
Reveal answer
Fill a bubble to check yourself