answersLogoWhite

0


Best Answer

idk now how to delete ur queue from YouTube but i had it and i wanted off and then all of asudden it was gone ok i typed this yesturday and i did it again im so stupid

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do i delete my queue from YouTube?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you delete a YouTube channel?

you have to delete your email account to delete your youtube channel. and you have to delete your youtube account too.


Is it possible to delete the element randomly in queue?

No,it's not possible to delete the element randomly


Algorithm to delete elements at both ends in a dequeue?

Delete Front---- DQDELETE_FRONT(QUEUE, FRONT, REAR, ITEM) 1. [check for queue underflow] If FRONT<0, Then: Print: "Queue is empty", and Return. 2. ITEM = QUEUE[FRONT]; 3. Set FRONT = FRONT + 1. 4. Return. Delete Rear---- DQDELETE_REAR(QUEUE, REAR, FRONT, ITEM) 1. [check for queue underflow] If REAR<0, Then: Print: "Queue is empty", and Return. 2. ITEM = QUEUE[REAR]. 3. Set REAR = REAR - 1. 4.Return.


Difference between simple queue and circular queue?

Simple queue is a linear queue having front & rear var to insert & delete elements from the list.But there is a boundary that we have to insert at rear & have delete from front.For this reason instead of having space in the queue if there is a single element in the rear,the queue is full.the other space is wasted.To utilize space properly,circular queue is derived.In this queue the elements are inserted in circular manner.So that no space is wasted at all.


Can you delete a YouTube group that you have made?

can you delete a youtube group that you have made?no: when you make it you cannot delete the group.when you made it,that means that you commit to that group.~creator of YOUtube!


Answer when you delete your YouTube account can YouTube delete your playlists if so when will they delete them?

When you delete your account, it deletes all of your videos. Therefore, your playlists are deleted, too.


Can you delete other person's video?

No. Only the uploader or the Youtube service can delete a Youtube video.


Are parents able to look at your iPods YouTube history after you delete it?

If you delete the YouTube history, your parents cannot see what you viewed on YouTube.


What is the queue on YouTube?

It is a series of videos that you chose that will automatically play after the other video has finished


Cancel YouTube account?

A YouTube account is now synced to a person's Google account. The only way to delete the YouTube account is to also delete the Google account.


Delete all YouTube?

nope


Where can information be found on queue management systems?

There is a large amount of information on Wikipedia in regards to queue managements systems. There also two videos uploaded to Youtube by Mike Wheble which describe what queue management systems are and detail how they can be used.