How can the call statement communicates with the function?
Variables
Function name
Parameters
None of these
Which function call statement will create the new variable to store the arguments?
Call by value
Call by reference
Call by variable argument
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 of the following become an alias in the call by reference method?
Prototype
Formal parameters
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 of the following will refer the accessibility of a variable?
Inline
Scope
Which function call method will reflect the change that is made in the formal parameter back to actual parameter?
Which one of the following can be passed as actual parameter in the function?
Constants
Expression
Default value
Variable