write a program to swap Two numbers without using temp variable.
Answer Posted / prashant
b=a+b;
a=b-a;
b=b-a;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why are all header files not declared in every c program?
Compare interpreters and compilers.
Which type of language is c?
Write a program to print fibonacci series using recursion?
Did c have any year 2000 problems?
Explain about the functions strcat() and strcmp()?
largest Of three Number using without if condition?
Are enumerations really portable?
Explain how do you list files in a directory?
What is c language used for?
Is fortran still used today?
How to define structures? ·
Why flag is used in c?
Write the syntax and purpose of a switch statement in C.
Explain what standard functions are available to manipulate strings?