write a program to swap Two numbers without using temp variable.
Answer Posted / chandan
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 1400 Yes | 158 No |
Post New Answer View All Answers
Which node is more powerful and can handle local information processing or graphics processing?
List the different types of c tokens?
What is a char in c?
write a programming in c to find the sum of all elements in an array through function.
What is the difference between exit() and _exit() function in c?
How many types of sorting are there in c?
What is the difference between fread buffer() and fwrite buffer()?
What are the types of data files?
can anyone please tell about the nested interrupts?
Which is best linux os?
What are enums in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Can a pointer be null?
What are void pointers in c?
What does c mean in basketball?