Windows Short Tricks Part 1Code CrazeFeb 16, 20231 min readWindows Shortcut Keys1. SELECT ALLCTRL + A2. TO COPYCTRL + C3. TO PASTECTRL + V4. PREVIOUS TABSCTRL + SHIFT + T5. SHUTDOWNALT + F4
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