write a program to swap Two numbers without using temp variable.
Answer Posted / thangaraj
a=a^b;
b=b^a;
a=a^b;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
Can you explain the four storage classes in C?
What is calloc()?
What do you mean by dynamic memory allocation in c? What functions are used?
What is storage class?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Do you know null pointer?
Write a program to swap two numbers without using the third variable?
What are the different types of constants?
Does free set pointer to null?
What is the difference between far and near in c?
Explain what are the different data types in c?
which type of aspect you want from the student.
Is a pointer a kind of array?
what is the difference between 123 and 0123 in c?
What is the difference between class and object in c?