1.

What will be the output of the following C code?#include <stdio.h> void N() { printf("Hello..."); } void main() { N(); }

A. Compilation Error
B. Hello...
C. Depends on compiler
D. Garbage value
E. None of these
Answer» C. Depends on compiler


Discussion

No Comment Found