how to swap two strings without using any third variable ?
Answer Posted / ankit sharma
ANSWER 4 IS BEST AND EASIEST SOLUTION.....THANKS BUDDY
PLEASE DON'T REFER ABOVE THREE SOLUTION BCOZ THEY ARE FOR INTEGER NOT FOR STRING.
I RATED 4TH SOLUTION IS 5/5.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is a dll entry point?
Does c++ support exception handling?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Which operations are permitted on pointers?
What is the difference between C and CPP?
What is the use of endl?
Can we use struct in c++?
If I is an integer variable, which is faster ++i or i++?
What is the purpose of template?
What does it mean to declare a member function as static?
What is the oldest programming language?
How much is c++ certification?
Can a list of string be stored within a two dimensional array?
Explain public, protected, private in c++?
What is the purpose of the "delete" operator?