Multiple Choice
Breaking a program up into a set of manageable sized functions is called ________ programming.
A) functional
B) modular
C) divisible
D) high-level
E) low-level
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: When only a copy of an argument
Q17: A _ variable is defined inside the
Q18: The value in _ local variable is
Q19: A function _ eliminates the need to
Q20: A void function is one that<br>A) has
Q22: A function with a return type of
Q23: A function other than the main function
Q24: If a function has no return statement,
Q25: You may use the exit() function to
Q26: A function _ is a statement that