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



In for test there are three pass modes for function arguments. They are rarely used since pass mod..

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

In for test there are three pass modes for function arguments. They are rarely used since pass mod..

Answer / jimena

in, out and inout; the default is in

Is This Answer Correct ?    1 Yes 0 No

In for test there are three pass modes for function arguments. They are rarely used since pass mod..

Answer / jinsha

pass modes are in, out and inout. the default is in

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Silk Test Interview Questions

Whats the difference between Basestate & Default basestate?

2 Answers   CTS,


what is the base class for all the classes in silk?

1 Answers   GE,


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?

3 Answers   IBM,


How to download latest silk test trial version?

0 Answers  


How to add objects of other pages to a test frame?

0 Answers  






How to specify a browser extension to a web application?

0 Answers  


Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...

3 Answers   AppLabs, HCL,


How to write the good frame work for application.

1 Answers  


What is custom object .what it contains. Difference between custom & standard objects.

3 Answers  


How can you get the moving contents of flash image using silktest.

1 Answers  


How do you identify an exception is silk?

5 Answers   IBM,


What is present in review report .

1 Answers  


Categories