ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the size of an integer data type in ruby?
Correct Answer: B — -2^{30} to 2^{(30-1)}
Integer ranges from -2^{30} to 2^{29} and lies in object of class Fixnum.