MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the expression b = acd (xz). The correct C statement for above expression is |
| A. | a c d (x * z) |
| B. | a* c* d* (x z) |
| C. | a * c * d (x * z) |
| D. | None of the above |
| Answer» D. None of the above | |