Which of the following option is the correct representation of the following C statement? e = a * b + c / d * f;

C/C - Online Exam Test Papers | C/C - MCQs[multiple choice questions and answers ] | C/C - Mock Test Papers | C/C - Practice Papers | C/C - Sample Test Papers |

Question:
Which of the following option is the correct representation of the following C statement? e = a * b + c / d * f;

1.e = (a * (b +(c /(d * f))));

2. e = ((a * b) + (c / (d * f)));

3.e = ((a * b) + ((c / d)* f));

4.Both e = ((a * b) + (c / (d * f))); and e = ((a * b) + ((c / d)* f));

Posted Date:-2021-02-20 21:39:28


More MCQS Questions and answers