Question: Write a program in C that continuously takes integer inputs from the user with scanf function. By using signal() system call for SIGINT, alter the
Write a program in C that continuously takes integer inputs from the user with scanf function. By using signal() system call for SIGINT, alter the behavior of Ctrl-C such that whenever the combination is pressed, the program responds with the number of inputs and their average value on screen. Use -1 to exit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
