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 |
Usually how many members work in a project & how members are now working in a project. If there r difference between the above two questions why it is so?
why we perform stress-testing,resolution-testing and cross- browser testing?
Explain virtual memory?
what is conventional Testing? and what is unconventional testing?
What is variable trace?
Hi i am urgently in need of the ISTQB sample exam questions by John A Estrella and Maria C Estrella as i am going to take the exam at the end of this month. Please send the ecopy of this book to tselvi83@yahoo.co.in
Testing an SAP B1 -Add -on ? How?Different types of testing done, functional areas to be tested, any check list for testing SAP B1 as SAP takes care of Date fields, validation of text fields, telephone fields etc.... ?What to be tested and how?
What makes an inspection different from other review types?
What is a user manual?
What is failure?
What is zoning?
Explain how you would allocate a task to team members?