write a program to swap Two numbers without using temp variable.
Answer Posted / anil joshi
b=(a*a)/a+(a=b)-a;
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How do you print an address?
can we have joblib in a proc ?
Can you mix old-style and new-style function syntax?
What is #include stdio h and #include conio h?
Is it valid to address one element beyond the end of an array?
What is a wrapper function in c?
What is a program flowchart?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
how can I convert a string to a number?
Which node is more powerful and can handle local information processing or graphics processing?
How do you declare a variable that will hold string values?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is structure and union in c?
What is type qualifiers?