write a program to swap Two numbers without using temp variable.
Answer Posted / nikhil godani
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is conio h in c?
What is the difference between a string and an array?
What is the difference between declaring a variable and defining a variable?
Explain the difference between #include "..." And #include <...> In c?
What is the code in while loop that returns the output of given code?
Can i use βintβ data type to store the value 32768? Why?
What is #define?
What is the behavioral difference when include header file in double quotes (ββ) and angular braces (<>)?
How does normalization of huge pointer works?
Why do we use main function?
Why should I prototype a function?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
plz let me know how to become a telecom protocol tester. thank you.
What is the difference between volatile and const volatile?
State two uses of pointers in C?