1.

What is the output of this C code after linking with source file having definition of ary1?

A. Value of ary1[0]
B. Compile time error due to multiple definition
C. Compile time error because size of array is not provided
D. Compile time error because datatype of array is not provided
Answer» E.


Discussion

No Comment Found