Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. What will be the data type of the expression (a < 50) ? var1 : var2; provided a = int, var1 = double, var2 = float
  2. A.
    float
    B.
    int
    C.
    double
    D.
    Cannot be determined

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    None.


Be The First To Comment