write a program to swap Two numbers without using temp variable.
Answer Posted / kedar pethe(mitcoe i.t)
a=a*b;
b=a/b;
a=a/b;
| Is This Answer Correct ? | 15 Yes | 11 No |
Post New Answer View All Answers
How to delete a node from linked list w/o using collectons?
What is break statement?
Write a program to swap two numbers without using third variable?
What is #define in c?
Where is volatile variable stored?
Is it possible to pass an entire structure to functions?
in linking some of os executables are linking name some of them
Why malloc is faster than calloc?
What is the auto keyword good for?
Why is c fast?
What is the difference between %d and %i?
What are local static variables? How can you use them?
Are pointers really faster than arrays?
What are extern variables in c?
How can I read a binary data file properly?