Home / C Programming / Functions :: Discussion

Discussion :: Functions

  1. What is function?

  2. A.

     Function is a block of statements that perform some specific task.

    B.

     Function is the fundamental modular unit. A function is usually designed to perform a specific task.

    C.

     Function is a block of code that performs a specific task. It has a name and it is reusable.

    D.

     All of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment