The following function swaps two integers, without requiring a temporary variable: void tricky_swap(int& a, int& b) {

Posted Date: