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 pure virtual function?
Are iterators pointers?
Difference between declaration and definition of a variable.
What is difference between class and structure in c++?
Explain data encapsulation?
What are special characters c++?
What is a responder chain?
What is fixed in c++?
Can I uninstall microsoft c++ redistributable?
Are php strings immutable?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Difference between delete and free.
What is an undefined behavior and sequence points
What is the difference between the functions memmove() and memcpy()?
Why is it necessary to use a reference in the argument to the copy constructor?