What is the return type of Instr and Strcmp?

Answers were Sorted based on User's Feedback



What is the return type of Instr and Strcmp?..

Answer / guest

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

Is This Answer Correct ?    5 Yes 0 No

What is the return type of Instr and Strcmp?..

Answer / cherran

?instr(1,"cherralathan","t")
9
?strcomp("aaa","aaa")
0
?strcomp("bbb","ccc")
-1
?strcomp("ccc","bbb")
1

Is This Answer Correct ?    6 Yes 2 No

What is the return type of Instr and Strcmp?..

Answer / khadeer.k

for instr return type is int;
for strcmp return type is void;

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More Visual Basic Interview Questions

What is Parser Bug?

0 Answers  


Is it posible to Create Tables Through Querydef?

0 Answers  


What do you mean by Databound Controls? Explain.

1 Answers  


How can you save and Get data from Clipboard?

1 Answers  


What are the Sequence of events when a form is loaded in Visual Basic?

6 Answers  






What is the difference between a ActiveX DLL and a ActiveX EXE?

2 Answers   Infosys,


What is ODBC?

1 Answers  


How would you navigate between one document to another document

0 Answers  


What is passing by reference?

1 Answers  


What is the purpose of the AutoRedraw property on a form or container?

3 Answers  


What is the use of Imagelist Controls ?

0 Answers  


Is it possible to Access BackEnd procedures? Explain.

0 Answers  


Categories