Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following statements is false?

  2. 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

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment