Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 3 (Q.No. 47)
47.
Consider the expression b = acd (xz). The correct C statement for above expression is
a c d (x * z)
a* c* d* (x z)
a * c * d (x * z)
None of the above
Answer: Option
Explanation:

All operators must be written explicity in C.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.