Write a program to swap two numbers without using a temporary variable?


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

Post New Answer

More C Interview Questions

if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


Do character constants represent numerical values?

0 Answers  


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

0 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,






what is difference between procedural language and functional language ?

4 Answers   Wipro,


Do pointers need to be initialized?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


cavium networks written test pattern ..

0 Answers   Cavium Networks,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


What are different types of variables in c?

0 Answers  


What is non linear data structure in c?

0 Answers  


Categories