How many values can return in a function?
Multiple
Single
Null
Double
Which of the following is used for invoking the function from another function?
Function declaration
Function call
Function prototype
Function identifier
Which type of parameter will appear in the function definition?
Actual
Default
Constant
Formal
What makes the function to be declared in a C++ program?
Function name
Function header
Which function call method will reflect the change that is made in the formal parameter back to actual parameter?
Call by reference
Call by value
Call by variable argument
None of these
How can the call statement communicates with the function?
Variables
Parameters
Which one of the following can be passed as actual parameter in the function?
Constants
Expression
Default value
Variable
Which of the following will act as place holder in function prototype?
Argument
Literal
Keyword
Which of the following will refer the accessibility of a variable?
Function
Prototype
Inline
Scope
Which of the following become an alias in the call by reference method?
Formal parameters