Home / C Programming / Functions :: Discussion

Discussion :: Functions

  1. In C all functions except main() can be called recursively.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Any function including main() can be called recursively.


Be The First To Comment