1.

What is the result of compiling and running this program? Select the one correct answer.

A. The program does not compile because of the statement k = j = i = 1;
B. The program does not compile as k is being read without being initialize
C. The program compiles and runs printing 1.
D. The program compiles and runs printing 0.
Answer» D. The program compiles and runs printing 0.


Discussion

No Comment Found