how to swap 4 number without using temporary number?
Answer Posted / 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 |
Post New Answer View All Answers
why we wont use '&' sing in aceesing the string using scanf
Why c is called procedure oriented language?
Explain the difference between ++u and u++?
How do you list a file’s date and time?
Does c have circular shift operators?
How can you call a function, given its name as a string?
Describe static function with its usage?
find out largest elemant of diagonalmatrix
is it possible to create your own header files?
can we implement multi-threads in c.
When is a “switch” statement preferable over an “if” statement?
What does the function toupper() do?
Explain what is the benefit of using #define to declare a constant?
Why c is known as a mother language?
How can I read and write comma-delimited text?