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
Which of the following is the scope of formal parameters?
Local
Function
File
Class
What is the starting point for the execution of a program?
Function prototype
Main()
Function name
Return type
How can the call statement communicates with the function?
Variables
Parameters
Which type of parameter will appear in the function definition?
Actual
Default
Constant
Formal
Which type of function requires more memory space?
User defined
Derived
Inline
Which statement is used to terminate the function?
Return
Void
Goto
Exit
Which of the following is shared by other programs in C++?
Data type
Array
Variable
Which of the following become an alias in the call by reference method?
Prototype
Formal parameters
Which one of the following can be passed as actual parameter in the function?
Constants
Expression
Default value