what is the advantage of INOUT parameter over OUT parameter?
Answer Posted / 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 |
Post New Answer View All Answers
How to force wr to learn the sub-items on a menu?
What is tsl? What 4gl is it similar too?
What is the extension of gui map file?
when start testing
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
How to check property of specific icon is highlighted or not?
What is the purpose of the temp GUI map file?
How to read the third party controls in the application
descriptive program for web application.
How to have winrunner insert yesterdays date into a field in the application?
Explain the synchronization points?
What is debug mode in Winrunner?
Which function to use to compare the application date with system date?
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....