Vidyalelo
Computer Science · Q90

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 90

Q90

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

A.
strPart Like "999[A-Z]99"
B.
strPart Like "######"
C.
strPart Like "###[A-Z]##"
Answer
D.
strPart Like "##??##"

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board