1.

Consider the following code snippet :if (!a[i]) continue ;What is the observation made ?

A. Skips the undefined elements
B. Skips the non existent elements
C. Skips the null elements
D. All of the mentioned
Answer» E.


Discussion

No Comment Found