53.
In the following Visual Basic code, what will be in msg, if str contains "visual basic"?

Dim str as String
Dim  msg as String
If str.toUpper="VISUAL BASIC" 
   msg="VB.Net"
Else
   msg="Not Visual Basic"
EndIf

Read More Section(Visual Basic)

Each Section contains maximum 100 MCQs question on Visual Basic. To get more questions visit other sections.