how to swap all the values without using temporary variable.
tha values r a = 20, x=60 and p=2.
Answer Posted / chaitanya
x=x^a;
a=x^a;
x=a^x;
x=x^p;
p=x^p;
x=p^x;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
how can we maintain the previous version scripts to new version.
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Write a pascal program to calculate the sum of the first 100 even number and odd number
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Write a program to create a process in UNIX
how do find the user exit for selected feild whatis the process and can u plz explain it
WHat is execution in manual testing and when will we start execution and what language we use in execution
what is delegate and delegation model give the real live example on delegate model
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
How to use string functions in QTP?give some examples
how can we implement locks in plsql?
why not instantiating servet using new operator?
what is throws keyword