The function causes the entire program to terminate regardle
The function causes the entire program to terminate, regardless of which function or control mechanise is expecting. terminate () return () continue () exit () break () In a function header, in addition to the name of the function, you are required to fusion a data type for each parameter an identifier name for each parameter the data type of the return value All of these an identifier name for each parameter and the data type of the return vale, but not a data type of the return value. A is a program module whose purpose is to test other modules by calling them stub driver main function dummy program ps vocoded routine
Solution
13)
The exit() function causes the entire program to terminate regardless of which function or control mechanism is executing
14)
a data type for each argument
an identifier or constant for each argument
the data type of the return value
answer: All of these
15)
The main function is a program module whose purpose is to test other modules by calling them.
