Which of the following become an alias in the call by reference method?
Prototype
Function name
Formal parameters
None of these
Which of the following is shared by other programs in C++?
Data type
Array
Function
Variable
Which of the following will refer the accessibility of a variable?
Inline
Scope
Which of the following is the scope of formal parameters?
Local
File
Class
What is the starting point for the execution of a program?
Function prototype
Main()
Return type
Which type of function requires more memory space?
User defined
Derived
Which of the following will act as place holder in function prototype?
Argument
Literal
Keyword
Which of the following is used for invoking the function from another function?
Function declaration
Function call
Function identifier
Which type of parameter will appear in the function definition?
Actual
Default
Constant
Formal
How many values can return in a function?
Multiple
Single
Null
Double