write a program to swap Two numbers without using temp variable.
Answer Posted / thangaraj
a=a^b;
b=b^a;
a=a^b;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What are actual arguments?
What is void main () in c?
Explain how can I convert a number to a string?
which is an algorithm for sorting in a growing Lexicographic order
Explain which function in c can be used to append a string to another string?
#include
Define recursion in c.
When c language was developed?
What is #define used for in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
How can you pass an array to a function by value?
What is ## preprocessor operator in c?
Write a program for finding factorial of a number.
What are the loops in c?
What is the translation phases used in c language?