Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Which of the following is not a valid arithmetic statement in C?

  2. A.
    x = x + 1
    B.
    x = y * z
    C.
    x * y = z
    D.
    z = y / x

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Left hand side must be a variable name.


Be The First To Comment