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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!