what is the advantage of INOUT parameter over OUT parameter?
Answers were Sorted based on User's Feedback
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 |
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 |
descriptive program for web application.
ca n u give the eample for low severity & high priority in ur Internet Banking project
What is the use of 'Show' button in GUI Map Editor?
How to break infinite loop?
What are data driven tests?
what is qtp licence
what is wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
What is meant by the logical name of the object?
How do you do digital signature test in winrunner?
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
Have you used winrunner in your project?