Computer Science, asked by purti, 11 months ago

which function key is used to run small basic program

Answers

Answered by marshmallow01
4

here is your answer

Attachments:
Answered by lovingheart
1

Answer:

F5 function key is used to run small basic program

Explanation:

F5 is the function key which is used to run small basic program. If you take c, c++, dot net and other common application development software F5 will be function key which will be assigned to run the program. This is the most used function key in the development and debugging.

When the developer presses f5 key and if there is a breakpoint in the code, then during the run time, the compiler / interpreter wait for the developer to execute the breakpoint and then continue running programming.

In case if the developer press ctrl + f5, the breakpoint will not be executed.

Similar questions