Computer Science, asked by shhhhhtsha, 4 days ago

write a function in c++ to swapping?​

Answers

Answered by jitenderjakhar
0

Answer:

The function std::swap() is a built-in function in the C++ Standard Template Library (STL) which swaps the value of two variables

Answered by rameshrajput16h
0

Answer:

swap() function in C++

Here is the syntax of swap() in C++ language, void swap(int variable_name1, int variable_name2);

Similar questions