answersLogoWhite

0


Best Answer

Ctrl+s ---------- To save a program

F2 ---------- To save a program

F3 ---------- To open

F5 ---------- To view the page fully

Alt+f ---------- To open a file

Alt+F9 ---------- To compile a program

Ctrl+F9 ---------- To run a program

Alt+F5 ---------- To see the output

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

If you are referring to keyboard shortcut keys, there are none. The c language is independent of the environment. shortcut keys are usually part of the vendor's compiler tool, and vary widely depending on manufacturer.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Quite a lot of them. Exampl:

Alt+F9 = Compile

Ctrl+F9 = Compile+Link+Run

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Nothing, but Alt+F9 starts the compiler.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the shortcut key for interpreter in turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the shortcut key in laptop to stop infinite loop of turbo c?

567


What short cut key allow you to copy the selected text in turbo c?

Ctrl+C on windows


Command for run a c prog in turbo c compiler?

It is 'Run'. Key-combination: Ctrl+F9


What shortcut allows a user to paste copied items into a document?

Press and hold the 'CTRL' Key and then press the 'V' Key To copy: You hold down the 'CTRL" Key and c


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.


What are the32 key words in c turbo?

key words are the specfic command of the program like variable name, syntax, name of loops.


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


How do you save turbo c programs in turboc?

Press key F2, or select command Save from menu File.


Is the keyboard shortcut to paste Ctrl c?

That's the shortcut for copy. The shortcut for paste is Ctrl V.


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C