In for test there are three pass modes for function
arguments. They are rarely used since pass mode always
default to the most used one. Pls name them and specify
which one is a default?
Answers were Sorted based on User's Feedback
Answer / pooja
The following table describes the pass modes for function
arguments.
Pass mode
in : The default. Specifies an input argument, used when
you only want to get the argument's value. Any changes made
to this argument are not reflected outside of the function.
out : Specifies an output argument, used when you only
want to set the argument's value. This argument is modified
in a function and the new value is passed back out of the
function when the function ends.
inout : Specifies an input and output argument, used when
you want to get the argument's current value and you want
the function to change that value and pass the new value
out.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jinsha
pass modes are in, out and inout. the default is in
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include a test case into a testplan?
what is DON in SILK?
Whats the difference between Basestate & Default basestate?
Can silktest run on mac?
how to pass TDS intery in tally?
How to create group and sub group descriptions in a testplan?
what is the base class for all the classes in silk?
How load testing can be done with silk international?
What are the problems you faced while identifying an object in silk?
What is the dom browser extension?
procedure or steps to do silk test? clearly
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...