Q. Consider the following code snippet :
if (!a[i]) continue ;
What is the observation made ?
β
Correct Answer: (D)
All of the mentioned