1.

What will be the output of the following C code?#include <stdio.h> void main() { int p = 3 + 5 + 4 * 6 / 4 - 6; printf("%d", p); }

A. 4
B. 5
C. 6
D. 7
E. 8
Answer» F.


Discussion

No Comment Found

Related MCQs