Home / C Programming / Declarations and Initializations :: Discussion

Discussion :: Declarations and Initializations

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

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment