write a program to swap Two numbers without using temp variable.
Answer Posted / nikhil gupta
# 2 a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
c program to compute AREA under integral
Why do we use static in c?
What is data type long in c?
What is wrong with this declaration?
Do pointers take up memory?
Do you have any idea about the use of "auto" keyword?
Write a program to print factorial of given number using recursion?
Why we use break in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is break in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What are the 5 types of organizational structures?
Explain what is output redirection?
given post order,in order construct the corresponding binary tree
What are structural members?