English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in c programming ,when the program executes with infinite looping,we can terminate it using ctrl break.what actually happens when we press ctrl break

2007-02-25 22:55:39 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

When ctrl+br combination is pressed, an interrupt is called.
When the interrupt is called,your currently executing program gets low priority and the interrupt gets higher priority.
The Interrupt Service Routine is designed in a way such that your program execution is terminated.

2007-02-25 23:06:56 · answer #1 · answered by Anonymous · 0 0

dear pavi..!
when we press ctrl+pause the system send a interruput
the interrupt stops the service.

2007-02-25 23:02:39 · answer #2 · answered by sathish k 2 · 0 0

you wish to terminate see what is running on your computer that should not be take the easy way

http://www.iolo.com/sm/7/std/default.aspx

2007-02-25 23:00:14 · answer #3 · answered by me and you 6 · 0 0

fedest.com, questions and answers