I know it is really tough to calculate 99^99 in C. Its not only
difficult but also time consuming to get the o/p.
But how perl interpreter calculates it( $x = 99 ** 99; print 4x;)
within seconds???/
which algorithm it uses ???
difficult but also time consuming to get the o/p.
But how perl interpreter calculates it( $x = 99 ** 99; print 4x;)
within seconds???/
which algorithm it uses ???
Comment