Which data structure is used in web browsers to manage the user's browsing history, enabling them to move forward and backward through visited pages?
Queue
Stack
Array
Hash Table

Programming Languages Exercises are loading ...