Home / C Programming / Functions :: Discussion

Discussion :: Functions

  1. A function cannot be defined inside another function

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    A function cannot be defined inside the another function, but a function can be called inside a another function.


Be The First To Comment