Sublime Editor | IDE | Settings | Auto Save
Auto save file while switching between applications. When ever Sublime Editor or IDE looses focus; it automatically saves the content of the file. This saves lots of time and effort …
Auto save file while switching between applications. When ever Sublime Editor or IDE looses focus; it automatically saves the content of the file. This saves lots of time and effort …
Keyboard Shortcuts | Command Prompt KEY COMBINATION TASK Ctrl + C (or Ctrl + Insert) Copy the selected text. Ctrl + V (or Shift + Insert) Paste the selected text. …
Keyboard Shortcut | General | Copy & Paste | Windows Tab & Navigation KEY COMBINATION TASK Ctrl + C (or Ctrl + Insert) Copy the selected item. Ctrl + X …
General editing keyboard shortcuts for fast editing; useful for both general users and programmers. SHORTCUT TASK Ctrl + X Cut line Ctrl + ā© Insert line after Ctrl + ā§ + …
DOS batch script to rename multiple files with formatted date.Create a “rename.bat” file using any editor and copy paste the given code. You may change to file extension as per …
Build your programming skills and logic in āCā language. Question To input the height of the triangle and draw the above pattern on screen. Code Solution
Build your programming skills and logic in “C” language. Question To input the height of the triangle and draw the triangle on screen. Solution Code
How to create a batch file in Windows/DOS and run the file to create a new backup or update previous backup with a simple click Steps Using any editor create …
Draw a triangle with a symbol of a given height. Code in C++
Program or code in ‘C’ to input the height of the triangle and draw a reverse triangle. Draw a reverse triangle