What is the return type of Instr and Strcmp?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / khadeer.k
for instr return type is int;
for strcmp return type is void;
Is This Answer Correct ? | 4 Yes | 4 No |
How would you use ActiveX Dll and ActiveX Exe in your application?
How would you view html code in Active Server Pages?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
Difference between Dynaset and Snapshot?
What is the Advantage of ActiveX Dll over Active Exe?
What does Query_unload event do in VB? Why we need Form _unload event?
How to get Cursor position using API?
When should we use recursive programming?
How would you view html code in Active Server Pages?
How many File System Controls are there ? Explain.
How to register a component?
Does VB support pointers to functions?