Saturday, January 8, 2011

Bit Operation #7

Find the largest possible integer

int largestInt()
{
    return ~0;
}

No comments: