Declarations and Initializations - Programming

Q1:

Size of short integer and long integer would vary from one platform to another.

A True

B False

ANS:A - True

True, Depending on the operating system/compiler/system architecture you are working on, the range of data types can vary.