1.

What will be the output of the following C code?#include <stdio.h> void main() { double var = 10; var++; printf("%lf", var); }

A. compilation Error
B. 10
C. 10.000000
D. 11
E. 11.000000
Answer» F.


Discussion

No Comment Found

Related MCQs