09-20-2010 04:24 AM
I want to know that is it possible to add mutiple elements in a queue at the same time, i am able to do one element at a time if i want iw ill be using for loop, but is it possible without for loop????
09-20-2010 04:33 AM
You can't, but if you may redefine the queue datatype as an array.