/* Rafay Ahmad 23I-2526 */ #include using namespace std; template void swapValues(T& a, T& b){ a = b; b = temp; } int main(){ int a = 5; int b = 3; return 0; }