PrepAway - Latest Free Exam Questions & Answers

Which code segment should you use?

You need to create a method to clear a Queue named q. Which code segment should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
Dim e As ObjectFor Each e In qq.Dequeue()Next

B.
Dim e As ObjectFor Each e In qq.Enqueue(Nothing)Next

C.
q.Clear()

D.
q.Dequeue()


Leave a Reply