Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. What is the type of the below assignment expression if x is of type float, y is of type int?
            y = x + y;
  2. A.
    int
    B.
    float
    C.
    There is no type for an assignment expression
    D.
    double

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    None.


Be The First To Comment