Which of the following will act as place holder in function prototype?
Variable
Argument
Literal
Keyword
How can the call statement communicates with the function?
Variables
Function name
Parameters
None of these
What type of parameters will appear in the function call statement?
Default
Formal
Constant
Actual
Which of the following is the scope of formal parameters?
Local
Function
File
Class
Which of the following become an alias in the call by reference method?
Prototype
Formal parameters
Which type of function requires more memory space?
User defined
Derived
Inline
Which of the following will refer the accessibility of a variable?
Scope
Which of the following is shared by other programs in C++?
Data type
Array
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
Which function call statement will create the new variable to store the arguments?