swap 2 variables without using 3 rd variable???
Answer Posted / gm
Before Swaping
A = 10
B = 20
After Swapping
A = 20
B = 10
Solution:
B = B - A =(20-10) = 10 ---> B = 10
A = A + B =(10+10) = 20 ---> A = 20 (since B = 10 now)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
which sanity testing is performed?
Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com
How is ‘build’ different from ‘release’?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
What is a critical bug?
Hi, this is not a tech question, i have 4 yrs of experience in Mainframe systems, presently as a mainframe tester in pune, i just want to step towards south locatios(preferable hyd), suggest me the best way to get calls from hyd.
what is Test management fundamental?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What are the main key components in web applications and client and server applications? And explain the differences between them?
sanity testing is done during regression testing.is it true.if it is true plz explain?
What is concurrent user hits in load testing?
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
How soon the bug should get fixed?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
What is black box testing, and what are the various techniques?