Multiple choice Which of the following is a 64-bit Integer? char long short int byte Reveal answer Fill a bubble to check yourself B Correct answer Explanation A long type is a 64-bit signed integer type. It has a large range covering from -923,372,036,854,775,808 to 9,223,372,036,854,775,807.