Microprocessors - Engineering

Q1:

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

A a c d(xz)

B ac*d* (x z)

C a *c * d (x * z)

D None of the above

ANS:C - a *c * d (x * z)

All operators must be written explicity in C.