Examveda
Examveda

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


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block