1 |
__________ means to transfer the control to another function. |
- A. Calling
- B. Defining
- C. re-writing
- D. Including
|
2 |
The ____ of the function shold be related to its task. |
- A. Name
- B. Setup
- C. Routine
- D. Work
|
3 |
Which function that is used to take input from the user. |
- A. output
- B. Input
- C. Scan f
- D. Print f
|
4 |
The functions which are available in C standard Library are called. |
- A. Built in function
- B. Library functions
- C. Standard functions
- D. All of these
|
5 |
Which is a block of statements that performs a particular task. |
- A. Function
- B. Program
- C. Routine
- D. Block
|
6 |
How many types of function. |
|
7 |
The function which are defined by a programmer are called. |
- A. Module
- B. User -define
- C. Routine
- D. work
|
8 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
9 |
Output of the function is called its. |
- A. Return values
- B. Input
- C. Output
- D. Reader
|
10 |
During the function call, the values passed to the function are called. |
- A. Argument
- B. Parameter
- C. Routine
- D. Number
|