1 |
The parameters in function declaration are called: |
- A. Formal parameters
- B. Actual parameters
- C. Both a and b
- D. Returned parameters
|
2 |
Memory is allocated to a local variable at the time of the : |
- A. Declaration
- B. Destruction
- C. Definition
- D. First reference
|
3 |
A value that can be sent to a function is known as: |
- A. Return value
- B. Indicator
- C. Argument
- D. Automatic variable
|
4 |
What is the variable name that is used by a function to receive passed values? |
- A. Funciton
- B. Parameter
- C. Expression
- D. Constant
|
5 |
A type of functions written by the programmer is known as: |
- A. User-defined
- B. Subprograms
- C. Subroutines
- D. Built-in function
|
6 |
Function prototype for built-in-function are specified in: |
- A. Source file
- B. Header file
- C. Object file
- D. Image files
|
7 |
Which of the following looks for the prototypes of function used in a program? |
- A. Linker
- B. Loader
- C. Compiler
- D. Parser
|
8 |
Which of the following is type of function available in C language? |
- A. User-defined
- B. Build-in
- C. Subprogram
- D. Both a and b
|
9 |
Multiple arguments to a function are separated by: |
- A. Comments
- B. Semicolons
- C. Colons
- D. Commas
|
10 |
Formal arguments are also called: |
- A. Actual arguments
- B. Dummy arguments
- C. Original arguments
- D. Referenced arguments
|