Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 22)
22.
Which of the following statements is false?
A function is a block of code that performs a specific task
Functions allow programmers to break large and complex problems into small and manageable tasks
Functions allow programmers to use existing code to perform common tasks
Functions can be called, or invoked, only once in a program
Programmer-defined functions can be either value-returning or void
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Molly Shaha said:   1 decade ago
This is false as in c++ we can call function in any number of times as per requirement.

Muhammad Naseem said:   8 years ago
Functions can be called, or invoked many times in program.

Anjali said:   5 years ago
Option D is false.

Since a function can be called as many times as the user wishes and can be invoked.
(1)

Post your comments here:

Your comments will be displayed after verification.