Home / C Programming / Functions :: Discussion

Discussion :: Functions

  1. Functions cannot return more than one value at a time

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    True, A function cannot return more than one value at a time. because after returning a value the control is given back to calling function.


Be The First To Comment