1.

What will be the output of the following C code?#include <stdio.h>#include <math.h> void main() { int n = sqrt(16); printf("%d n", n); }

A. Compilation Error
B. 16
C. 4
D. Garbage value
E. None of these
Answer» D. Garbage value


Discussion

No Comment Found

Related MCQs