there is a function called changevalues(x,y)inside this
function
x=x+y/2
y=y+x+5
end
so
i am calling function in one program as changevalues(y,x)
what is the output if x=2 and y=10(ignore exact programatic
statements)
please can any one provide me answer for this immediately
Answer Posted / swamy
X=6
Y=17
Solution:
changevalues(10,2)
x=10+2/2=1
y=2+10+5=17
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is total quality management?
Which is the best institute in chennai to learn Softyware testing? Please help.
How you would allocate a task to team members?
What are the Difficulties you found while testing your module ? plese give the possible difficulties.
What the main advantages of statement coverage metric of software testing are?
What is the purpose of exit criteria?
What the meaning of code walk through is?
What is CDB?
what is the difference between the normal testing and embedded testing?
What is difference between known regression testing and unknown regression testing?
How is an sql query executed in oracle 8?
What is crash?
What is the mission of testing?
What type of review requires formal entry and exit criteria, including metrics?
What is quality management?