#include template void swap(T &,T &); int main() { int a=5,b=10; cout<<"Before swap a = "<