1.

What is the result of compiling and running the following code?

A. 1
B. 0
C. Compilation error, it is length() not length
D. Compilation error, arrays cannot be initialized to zero size
Answer» C. Compilation error, it is length() not length


Discussion

No Comment Found