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
Answers were Sorted based on User's Feedback
Answer / suman.p
Hey guys
x=10+2/2 is supposed to be 11, not 1. Forgot operator precedence?
so, x=11 and y=17.
That's it!
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / saravana
x=11
y=18
after execution of first statement x value changes to 11 so in second statement y=2+11+5
so y=18
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suneetha
Ans:
X=6
Y=17
Solution:
changevalues(10,2)
x=10+2/2=6
y=2+10+5=17
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / 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 |
Mention what the purpose behind doing end-to-end testing is?
What is the difference between Testing and Code review?
What type of review requires formal entry and exit criteria, including metrics?
I have the experience of about 1yrs and 6 months in software testing. Now i must have to shift from this due to unavailablity of projects. But for now I am not able to find any opening in testing with 1+ yrs experience. Plz anybody mail me if anybody finds any openings. Thank you
Does anybody used Visio in QA.If so, can u please explain where and when u used visio diagrams
What is interface analysis?
How will you get the Data requirement for your testing?
What is software requirements specification?
Explain the tasks of test closure activities.
why does software have bugs
What are different types of protocols used in transportation and session layers of SAN?
What is waiver?