I am doing something like this
unsigned long long r = 1 << 35;;
std::cout << r;
and the result I get is 0.
I read that unsigned long long
is 8 bytes or 64 bits
I am doing something like this
unsigned long long r = 1 << 35;;
std::cout << r;
and the result I get is 0.
I read that unsigned long long
is 8 bytes or 64 bits