Question: CENG328 Operating Systems - Spring 2017 Labwork 2 Feb 27 Mar 01, 2017 Question 1 Write a program in C which continuously takes integer inputs
CENG328 Operating Systems - Spring 2017 Labwork 2 Feb 27 Mar 01, 2017 Question 1 Write a program in C which continuously takes integer inputs from the user with scanf function. By using signal() system call for SIGINT, alter the behaviour 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. Sample Run $ ./question1 Enter a number: 3 Enter a number: 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
