Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the advantage of INOUT parameter over OUT parameter?

Answers were Sorted based on User's Feedback



what is the advantage of INOUT parameter over OUT parameter?..

Answer / m.hema kumar

inout parameter means same parameter can be used as input
and output parameter,out parameter means that it can be
used for only displaying out put.
example:
public function name(in a,inout b)
{
a=1;
b=2;
}
printf(b);
answer:3

Is This Answer Correct ?    0 Yes 0 No

what is the advantage of INOUT parameter over OUT parameter?..

Answer / shobha

that will be used in Data Driven test.
if we r passing only input for testing from
(wordpad,notepad,xcel sheet)it is called parameter.
if we r want only out to print in(wordpad,...)it is called
OUT parameter,
if we want both in&out to read&print in(wordpad,...)it is
called INOUT parameter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

How many Record Methods are there in Winrunner?

6 Answers   Accenture, Indicus Software,


How many check points are there in winrunner? what are they?

8 Answers   BeBo Technologies,


What in contained in the GUI map?

0 Answers  


How to get the system date and time in winrunner?

2 Answers   Accenture,


What is Add Watch?

6 Answers   Accenture,


Is load testing is possible with WR?

1 Answers  


is 'Vendor' is a Reserved in WinRunner or not?

1 Answers   FCG,


Can anyone tell me the real usage of compiled modules and user defined functions stating real time example

1 Answers  


What are Optinal Properties and Obligation Properties? please explain in detail.

2 Answers  


Is 'public' allowed inside of the function declarations?

2 Answers   Accenture,


list out the some of the exceptions list usually occur while recording and playing the script.

1 Answers  


Write test scripts on a scenario where you have to transfer data from one table to another.

0 Answers  


Categories