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

A Dim e As Object For Each e In Dequeue 

B Dequeue () Next 

C Dim e As Object For Each e In q 

D Enqueue (Nothing) Next 

E q.Clear () 

F q.Dequeue () 

+ Answer
+ Report
Total Preview: 1027

Copyright © 2025. Powered by Intellect Software Ltd