1 |
The first line of function definition is known as: |
- A. Function header
- B. Function body
- C. Arguments
- D. Return type
|
2 |
A variable declared inside a function is known as: |
- A. Local variable
- B. Global variable
- C. Automatic variable
- D. A and C
|
3 |
The scope of a variable refers to its: |
- A. Lengh
- B. Name
- C. Accessibility
- D. Data type
|
4 |
The statement that activities a function is known as: |
- A. Function call
- B. Function output
- C. Function design
- D. Function definition
|
5 |
A type of function that is available as part of language is known as: |
- A. User-defined function
- B. Library function
- C. Sun-program
- D. Both a and b
|
6 |
Multiple arguments to a function are separated by: |
- A. Comments
- B. Semicolons
- C. Colons
- D. Commas
|
7 |
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
|
8 |
Th process of sending an argument to a function is called: |
- A. Sending
- B. Filtering
- C. Delivering
- D. Passing
|
9 |
A build-in function: |
- A. Cannot be redefine
- B. Can be redefined
- C. Cannot return a value
- D. Should be redefined
|
10 |
Which of the following looks for the prototypes of function used in a program? |
- A. Linker
- B. Loader
- C. Compiler
- D. Parser
|