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 else syntax in c++?
Is c++ double?
What is bubble sort c++?
What is std :: endl?
Is c++ free?
Difference between a homogeneous and a heterogeneous container
What is runtime polymorphism in c++?
If there are two catch statements, one for base and one for derived, which should come first?
How many types of comments are there in c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What are the 3 levels of programming languages?
What is a pdb file?
What are inline functions? What is the syntax for defining an inline function?
Write a program which uses functions like strcmp(), strcpy()? etc
Explain about templates of C++.