Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the following in C

    1. Arithmetic operations can be performed on ints.
    2. Arithmetic operations can be performed on floats.
    3. Arithmetic operation can be performed on chars
    Which of the above are correct?

  2. A.
    All
    B.
    1 and 2 only
    C.
    1 and 3 only
    D.
    2 and 3 only

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    In C arithmetic operations can be performed on ints, floats and chars.


Be The First To Comment