1 |
If there are three return statements in the function body, ..... of them will be executed. |
- A. One
- B. Two
- C. Three
- D. First and last
|
2 |
Input of a function are called __________ of the function. |
- A. Function
- B. Program
- C. Reader
- D. Parameters
|
3 |
If the definition of called function appears before the definition of calling functiion, then ...... is not required. |
- A. Function signature
- B. Call
- C. Read
- D. Function
|
4 |
How many types of function. |
|
5 |
The set of statement whihc are excuted in the function to fulfill the specified task. |
- A. Body of the function
- B. Calling the function
- C. Opening a function
- D. Closing the function
|
6 |
Which of the following are advantages of using functions. |
- A. Reusability of code
- B. Separation of tasks
- C. Readability of code
- D. All of these
|
7 |
Functions could be bult-in of........... |
- A. Admin define
- B. Server define
- C. User define
- D. Both a and b
|
8 |
Which means to transfer the control to that particular location. |
- A. Calling the function
- B. Opening the function
- C. Body the function
- D. Closing the function
|
9 |
Char cd () { return 'a} , in this function " char" is............ |
- A. Bodies
- B. Return type
- C. Array
- D. Arguments
|
10 |
Which describe imput and output of the function. |
- A. Calling
- B. Function signature
- C. Routine
- D. work
|