Write a program to swap two numbers without using third variable in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between a function and a method in c?

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


What does c mean?

0 Answers  


What is a macro?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  






Difference between MAC vs. IP Addressing

0 Answers  


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


What is function prototype?

0 Answers  


Where is volatile variable stored?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


Categories