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
Explain "const" reference arguments in function?
When are exception objects created?
Explain register storage specifier.
What is the most common mistake on c++ and oo projects?
What are compilers in c++?
What is the difference between mutex and binary semaphore?
What are abstract data types in c++?
Where the memory to the static variables is allocated?
Which is better c++ or java?
What do c++ programmers do?
Why ctype h is used in c++?
Explain the uses oof nested class?
What c++ library is string in?
What happens when the extern "c" char func (char*,waste) executes?
What are friend classes? What are advantages of using friend classes?