Windows Short Tricks Part 2Code CrazeFeb 17, 20231 min readWindows Shortcut Keys1. MINIMIZE ALL THE OPEN TABSWINDOWS + M OR D2. VIRTUAL DESKTOPWINDOWS + CTRL + D3. OPEN TASKBAR APPSWINDOWS + LOCATION( START FROM 0)4. SWITCH TABSALT + TAB5. OPEN FILE MANAGERWINDOWS + E5. LOCK SCREENWINDOWS + F5. CASTWINDOWS + K5. PROJECTWINDOWS + P5. RUN WINDOWWINDOWS + R5. SEARCH BARWINDOWS + S
Stack Using QueueA stack can be implemented using two queues in C. The basic idea is to use one queue for enqueue operations and another for dequeue...
Comments