write the code to reverse a string without using Strrev
built in function.
Answer Posted / m.bindu kumar
'Code to reverse a string without using strrev using
functions
Function stringreverse(a)
strlen=len(a)
For i = strlen to 1 step -1
strrev=mid(a,i,1)
stn=stn+strrev
Next
msgbox stn
End function
Dim strrev,strlen, strname,stn
a=inputbox ("enter the string to reverse")
stringreverse(a)
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the technologies supported by qtp?
How to execute a winrunner script in quicktest professional (qtp)?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to remove the associated function library?
In qtp, explain what is crypt object
Explain types of descriptive programming?
Have you used xml check point in your project?
what the difference between shared repository and per action repository?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
Which functionalities of QTP used in banking project? pls any say answer?
what is vmodel?advantages and disadvantages of vmodel?
what is the difference between modular framework & datadriven framework
Explain the types of object repository?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.