Question 1 Write a program in C which continuously takes integer inputs from the user with Sample Run $./question1 Enter a number: 3 Enter a number: 7 scanf function. By using signal() system call for SIGINT, alter the behaviour of Ctrl-C Inputs: 2, Average: 5 Enter a number: 4 such that whenever the combination is pressed, the program responds with the number of inputs and their average value Inputs: 5, Average: 8 Enter a number: 12 Enter a number: 14

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 31SA
icon
Related questions
Question
Question 1
Write a program in C which continuously
takes integer inputs from the user with
Sample Run
$/question1
Enter a number: 3
Enter a number: 7
scanf function. By using signal() system call <CTRL->
for SIGINT, alter the behaviour of Ctrl-C Inputs: 2, Average: 5
such that whenever the combination is
Enter a number: 4
Enter a number: 12
Enter a number: 14
<CTRL-C>
pressed, the program responds with the
number of inputs and their average value Inputs: 5, Average: 8
on screen. Use -1 to exit.
Transcribed Image Text:Question 1 Write a program in C which continuously takes integer inputs from the user with Sample Run $/question1 Enter a number: 3 Enter a number: 7 scanf function. By using signal() system call <CTRL-> for SIGINT, alter the behaviour of Ctrl-C Inputs: 2, Average: 5 such that whenever the combination is Enter a number: 4 Enter a number: 12 Enter a number: 14 <CTRL-C> pressed, the program responds with the number of inputs and their average value Inputs: 5, Average: 8 on screen. Use -1 to exit.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Bare Bones Programming Language
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr