Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the expression b = acd (xz). The correct C statement for above expression is

  2. A.
    a c d (x * z)
    B.
    a* c* d* (x z)
    C.
    a * c * d (x * z)
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    All operators must be written explicity in C.


Be The First To Comment