Can somebody help me understand that what is the meaning of the expression:
if(!done[i])
Where done
is an array containing integer elements, i
is the index which ranges from 0
to 500
and done
is an uninitialized array and only the last element is explicitly filled as 0
.
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…