Multiple choice What is the range of integer data type in ANSI 'C'? -3.4E38 to +3.4E39 -32768 to +32767 -128 to +127 None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the range of integer data type in 'C' as word length of 16-bit computer is 215, which is equal to 32768.