Home / C Programming / Functions :: Discussion

Discussion :: Functions

  1. Maximum number of arguments that a function can take is 12

  2. A.
    Yes
    B.
    No

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No, C can accept upto 127 maximum number of arguments in a function.


Be The First To Comment