big_swap(bigint, bigint) - swap function It takes two arguments asbigintand swaps them. big_swap(a, b); cout << a <<"\t"<< b << std::endl;//Output : 56 56654250564056135415631554531554513813 big_gcd(bigint, bigint) - Greatest Common Divisor function (GCD or HCF) ...