82.
What will contain in txtFirst after the following Visual Basic code is executed?

strName = "Penny Swanson"
txtFirst.Text = strName.Remove(5)

86.
Declaring a variable tell the computer to allocate a memory space that can be accessed by the variable name. The size of the memory space depends on?

89.
In . . . . . . . . first we execute the true statement . then we check the condition if the condition is true then it again execute the true statement .

90.
Which of the following expressions evaluates to True when the strPart variable contains the string "123X45"?

Read More Section(Visual Basic)

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