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

What is 02d in c?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What is the basic structure of c?

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


What is pass by value in c?

0 Answers  


what are brk, sbrk?

1 Answers   Oracle,


What is memmove?

1 Answers   Oracle,


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


Categories