Hi,
Given below is a sample pgm which I read in a book. Acc, to the book, this pgm should call function ‘abc’ the 1st time Ctrl^C is pressed & when Ctrl^C is pressed 2nd time it should terminate the pgm. But when I tried executing the same pgm in Linux, every time, Ctrl^C was pressed, the...