Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Objects of which class does the integer from the range -2^30 to 2^(30-1) belong to?

Objects of which class does the integer from the range -2^30 to 2^(30-1) belong to?
a) Bignum
b) Octal
c) Fixnum
d) Binary

Answer: c
Explanation: Integer within this range are objects of the class fixnum.

Join The Discussion