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


Please Help Members By Posting Answers For Below Questions

To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

1672


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3714


Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach

1829


Explain the check points in quicktest professional (qtp)?

786


How to check which add-ins are associated with a test in qtp?

840


This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10

1737


Can you brief the hurdles you faced during Automation testing?

805


Is it possible to split an action? How?

869


Is it possible to switch between recording modes during a test creation?

815


What do you mean by checkpoints in qtp?

792


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1860


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

858


what is the difference btn risks & Therads in the Test plan documentation?

1878


what is the frame work in J-meter?

1842


Plz Explain AUTOMATION REFERENCE MODEL?

1935