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
What different actions are performed by find and show button?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
Name the two modes of recording?
Explain the use of test director software?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
what is qtp licence
Have you ever created a start-up script?
How to have winrunner insert yesterdays date into a field in the application?
How do you execute your tests from windows run command?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
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.....
What are the modes of script recording in winrunner ?
What is the purpose of regexp_label property and regexp_msw_class property?
How to get the resolution settings?
What is boundary test?