Declarations and Initializations - Programming

Q1:

Range of double is -1.7e-38 to 1.7e+38 (in 16 bit platform - Turbo C under DOS)

A True

B False

ANS:B - False

False, The range of double is -1.7e+308 to 1.7e+308.