Answer the following statements true (T) or false (F)
1. If a variable which is declared to be an integer is passed by value to a parameter which is
declared to be a double, an error message will occur at compile time.
2. A function prototype must include the names of the parameters.
3. Constants that are declared to be global are available throughout the program in the main
function and any function that does not redeclare that identifier.
4. The Newton–Raphson method algorithm for locating the root of a function is guaranteed to
locate a root in a known number of iterations.
1. False
2. False
3. True
4. False
You might also like to view...
The command used to copy formatting from one selection to another
A) Copy B) Format Painter C) Cut
Which of the following is NOT an example of industrial espionage?
a. Details on a competitor's new project b. A list of a competitor's clients c. Denial-of-service attack d. None of the above