1.

What will be the final value of x in the following C code?#include <stdio.h> void main() { int num = 11 * 6 / 5 + 23; }

A. 11
B. 36
C. 5
D. 23
E. Depends on compiler
Answer» C. 5


Discussion

No Comment Found

Related MCQs