Discussion :: Object Oriented Programming Using C++
-
Which of the following statements is false?
A.
A function is a block of code that performs a specific task
|
B.
Functions allow programmers to break large and complex problems into small and manageable tasks
|
C.
Functions allow programmers to use existing code to perform common tasks
|
D.
Functions can be called, or invoked, only once in a program
|
E.
Programmer-defined functions can be either value-returning or void
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment