how to swap all the values without using temporary variable.
tha values r a = 20, x=60 and p=2.
Answer Posted / learning
x=x-a;
a=x+a;
x=a-x;
x=x-p;
p=x+p;
x=p-x;
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
what is the difference between read the data from table and infotype
Is buffer size and file block size is similar? If similar,at which case it will be same size?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
THE CHANNEL IN DATA COMMUNICATION CAN BE?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
What is Negative testing?
When we use Windows authentication mode
code for connection from windows forms to sql server
I'm new to ABAP. What is Module pool in SAP?
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
Suppose server object is not loaded into the memory, and the client request for it , what will happen?