Discussion :: Object Oriented Programming Using C++
-
Which of the following is NOT included in the header of a function?
A.
the type of variable returned by the function to the function that calls it
|
B.
the name of the program or function that calls the function
|
C.
the name of the function
|
D.
the types and names of any variables that will be passed to the function
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment