how to swap 4 number without using temporary number?
Answers were Sorted based on User's Feedback
Answer / brinda balakrishnan
a=a+b+c+d;
b=a-(b+c+d);
c=a-(b+c+d);
d=a-(b+c+d);
a=a-(b+c+d);
| Is This Answer Correct ? | 25 Yes | 0 No |
Explain how can I pad a string to a known length?
What is a stream water?
Explain what is the difference between far and near ?
What is the heap in c?
Why does the call char scanf work?
Can an array be an Ivalue?
Explain how do you list files in a directory?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is ambagious result in C? explain with an example.
what is ram?
What's the difference between a linked list and an array?
What is the difference between typeof(foo) and myFoo.GetType()?