how to swap two strings without using any third variable ?
Answer Posted / doesntmatter
" PLEASE DON'T REFER ABOVE THREE SOLUTION BCOZ THEY ARE FOR
INTEGER NOT FOR STRING. "
lol
(c) string -> char * -> pointer -> integer.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is type of 'this' pointer?
Explain method of creating object in C++ ?
What is the function to call to turn an ascii string into a long?
Explain data encapsulation?
Write a note about the virtual member function?
Who invented turbo c++?
What does floor mean in c++?
Difference between delete and free.
What is setf in c++?
Explain the register storage classes in c++.
What is the difference between strcpy() and strncpy()?
How can I disable the "echo" feature?
If there are two catch statements, one for base and one for derived, which should come first?
What is pointer in c++ with example?
What is the full form of ios?