Home / C Programming / Functions :: Discussion

Discussion :: Functions

  1. Use of functions

  2. A.

     Helps to avoid repeating a set of statements many times.

    B.

     Enhances the logical clarity of the program.

    C.

     Helps to avoid repeated programming across programs.

    D.

     Makes the debugging task easier.

    E.

     All of the above

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    Explanation Not Provided


Be The First To Comment