2

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

James Franco
  • 4,516
  • 10
  • 38
  • 80

0 Answers0