Q4
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board