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
what are the testing appraoch that you have tested for Bread toaster
please give information about ERP Projects and how V-model use in project
Tell me a critical defect in which your Client,PM,PL appreciate on you
What exactly you do as a Configuration controller?
What is stub?
How do you determine user soad for a perf test of a Web application?
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
1.what is a test condition ?
How the application is launched to the production environment?
test cases for Insurance Processing System ?
During alpha testing why customer people are invited?
What type of metrics would you use?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
What is test management?
Explain what is exhaustive testing?