Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which is correct with respect to size of the datatypes?
  2. A.
    char > int > float
    B.
    int > char > float
    C.
    char < int < double
    D.
    double > char > int

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    char has lesser bytes than int and int has lesser bytes than double in any system


Be The First To Comment