write a program to swap Two numbers without using temp variable.
Answer Posted / nikhil godani
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to make a scientific calculater ?
What is the purpose of main( ) in c language?
Which is best linux os?
Which is better malloc or calloc?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is the significance of c program algorithms?
What is a #include preprocessor?
In C language what is a 'dangling pointer'?
What are the 5 types of inheritance in c ++?
What is sizeof c?
What does the file stdio.h contain?
What is printf () in c?
what is the diffrenet bettwen HTTP and internet protocol
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Can we assign integer value to char in c?