Skip to main content

short key of c programming

short key of c programming




Shortcut Keys(Hot Keys)     Operation   
  1. Alt + F  -            Open file
  2. Alt + F3 -           Close
  3. Alt + F + N  -    New file
  4. Alt + X  -           Exit turbo c
  5. Alt + F5 -          Output Screen
  6. Alt + F + L  -    Check programme load or not.
  7. Alt + ENTER  - Full screen
  8. Shift + Del -       Cut
  9. Shift + Insert -   Paste
  10. Ctr + Insert -    Copy
  11. Alt+F9 -           Compile a program
  12. Ctr + F8           Bbreak point
  13. Ctrl+F9 -          To run a program
  14. Ctrl+s -            To save a program
  15. Alt + BkSp  -   Undo
  16. Ctr + K + H  -  Deselect point
  17. Shift + Alt + BkSp  -  Redo
  18. Ctr + Del -        Clear.
  19. Ctr + Y   -      Delete Line
  20. Alt + F7 -          Previous Error
  21. Alt + F8 -          Next Error
  22. Ctr + F2 -          Program reset
  23. F1 -                   Help
  24. F2  -              Save file
  25. F3  -               Open file
  26. F5  -               Minimize/Maximize
  27. F6  -                   Jump From One file to another
  28. F7  -                   Debug
  29. F8  -                   Step Over
  30. CTRL + KB -    point to the start of a line to copy.
  31. CTRL + KK -    point to the end of the line to copy.
  32. CTRL + KC -    line of text to copy.
  33. CTRL + KV -    PASTE

........................................

1F1For Help
2.F2Save
3.F3Open
4.F4Go to cursor
5.F5Zoom
6.F6Next
7.F7Trace into
8.F8Step over
9.F9Make
10.F10Menu
11.Alt+XQuit
12.Alt+BkspUndo
13.Shift+Alt+BkspRedo
14.Shift+DelCut
15.Ctrl+InsCopy
16.Shift+InsPaste
17.Ctrl+DelClear
18.Ctrl+LSearch again
19.Alt+F7Previous error
20.Alt+F8Next error
21.Ctrl+F9 'or' Alt+R+EnterRun
22.Ctrl+F2Program reset
23.Alt+F9Compile
24.Alt+F4Inspect
25.Ctrl+F4Evaluate/Modify
26.Ctrl+F3Call stack
27.Ctrl+F8Toggle breakpoint
28.Ctrl+F5Size/Move
29.Alt+F3Close
30.Alt+F5User screen
31.Alt+0List all
32.Shift+F1Index
33.Ctrl+F1Topic search
34.Alt+F1Previous topic
35.Ctrl+F7Add watch
36.Alt+EnterToggle screen mode(Full Screen / Window)*

NEXT PAGE......


PROGRAMMERBABU.....akash gond....//AJAY MAURYA


Comments

  1. Short Key Of C Programming >>>>> Download Now

    >>>>> Download Full

    Short Key Of C Programming >>>>> Download LINK

    >>>>> Download Now

    Short Key Of C Programming >>>>> Download Full

    >>>>> Download LINK t9

    ReplyDelete

Post a Comment

Popular posts from this blog

environment

It looks like you meant "environment." The environment refers to the surroundings or conditions in which a person, animal, or plant lives or operates. It encompasses various elements, including natural resources, ecosystems, climate, and human-made structures. Protecting and preserving the environment is crucial for the well-being of all living organisms on Earth. Is there anything specific you'd like to discuss or learn about regarding the environment?

C LANGUAGE - OVERVIEW C - VARIABLES

C LANGUAGE - OVERVIEW Advertisements C is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972. In 1978, Brian Kernighan and Dennis Ritchie produced the first publicly available description of C, now known as the K&R standard. The UNIX operating system, the C compiler, and essentially all UNIX application programs have been written in C. C has now become a widely used professional language for various reasons − Easy to learn Structured language It produces efficient programs It can handle low-level activities It can be compiled on a variety of computer platforms Facts about C C was invented to write an operating system called UNIX. C is a successor of B language which was introduced around the early 1970s. The language was formalized in 1988 by the American National Standard Institute  A N S I A N S ...