how to swap two strings without using any third variable ?
Answers were Sorted based on User's Feedback
Answer / sivaraj
Is the Answer 1 posted by ashutosh works for nagative numbers ?
best answer :
a=a^b;
b=a^b;
a=a^b;
| Is This Answer Correct ? | 7 Yes | 15 No |
What return value must conversion operators have in their declaration?
What is the keyword auto for?
Explain operator overloading.
What are the advantages of using typedef in a program?
Incase of a function declaration, what is extern means?
Define token in c++.
How do you compile the source code with your compiler?
Is c++ fully object oriented?
What is searching? Explain linear and binary search.
Is c++ a low level language?
What is an inclusion guard?
Differentiate between structure and class in c++.