

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following option is the correct representation of the following C statement? |
A. | e = (a * (b +(c /(d * f)))); |
B. | e = ((a * b) + (c / (d * f))); |
C. | e = ((a * b) + ((c / d)* f)); |
D. | Both b and c |
Answer» E. | |