swap two number wthout using third variable
Answer Posted / jvhariharan
void main()
{
int a=10,b=20;
a=a+b;
b=a-b;
a=a-b;
}
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
what is dot net framework
8.In DSP,Define Signal and System?and various type of signals.
I want Ada programming language books. Could anyone post me any link for that?
3. What is the difference between testing and Quality Assurance?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
how to data grid use in data bind?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
how to work search engine? plz detail answer me.
what are stubs related to foxpro?
Write a program to find whether a given number is prime or not.
What is web.configuration? how is it work? & wht is use this?
which worker is involved in all the phases of SDLC?
what is integration testing in real time applications?
how many types of bytes are there???
what is the diffrence between software and hardware language?