Write a program to interchange 2 variables without using the third one.


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

Post New Answer

More C++ General Interview Questions

What is a storage class in C++

1 Answers  


What does asterisk mean in c++?

0 Answers  


What are the types of STL containers?

4 Answers  


Define basic type of variable used for a different condition in C++?

0 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


what are the iterator and generic algorithms.

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What is an iterator class in c++?

0 Answers  


Why is c++ still popular?

0 Answers  


differance between copy & clon

1 Answers   Microsoft,


Comment on local and global scope of a variable.

0 Answers  


Why do C++ compilers need name mangling?

3 Answers   Lucent,


Categories