Write a program to interchange two variables without using
the third variable?
Answer Posted / saravanan j (srm universi
you can apply it on any language?!
x = x xor y
y = x xor y
x = x xor y
* 1 year ago
Source(s):
Self Expierince
| Is This Answer Correct ? | 18 Yes | 12 No |
Post New Answer View All Answers
Does c have enums?
What are the functions to open and close the file in c language?
What is use of #include in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
Is it possible to execute code even after the program exits the main() function?
Do you know the difference between malloc() and calloc() function?
What is the difference between int main and void main?
How can I make sure that my program is the only one accessing a file?
What are categories used for in c?
What is a pointer variable in c language?
Can you please compare array with pointer?
What are the disadvantages of a shell structure?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain what are bus errors, memory faults, and core dumps?
Why is c platform dependent?