Which statement is used to terminate the function?
Return
Void
Goto
Exit
Which of the following is the scope of formal parameters?
Local
Function
File
Class
Which one of the following can be passed as actual parameter in the function?
Constants
Expression
Default value
Variable
Which function call statement will create the new variable to store the arguments?
Call by value
Call by reference
Call by variable argument
None of these
How can the call statement communicates with the function?
Variables
Function name
Parameters
What makes the function to be declared in a C++ program?
Function header
Function identifier
Function prototype
Which of the following become an alias in the call by reference method?
Prototype
Formal parameters
Which of the following will refer the accessibility of a variable?
Inline
Scope
How many values can return in a function?
Multiple
Single
Null
Double
Which of the following will act as place holder in function prototype?
Argument
Literal
Keyword