Examveda
Examveda

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


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block