Visual Basic (VB) Question:

Download Job Interview Questions and Answers PDF

What is the return type of Instr and Strcmp?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

Answer:

Instr integer (Numeric position)
Strcmp - integer ( if both the string are equal they result = 0)
Strcmp (Str1, Str2, Comparetype)
Comparing mode = 0 Binary Comparing
1 Textual Comparing

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose from form1 to form2 object property settings will arise to ?What is Visual Basic Implicit?