1 |
If the definition of called function appears after teh definition of calling function, then..... is required. |
- A. Function signature
- B. Call
- C. Read
- D. Function
|
2 |
Dividing the program into multiple functions improves the ....... of the program. |
- A. Readability
- B. Open
- C. Read
- D. Write
|
3 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
4 |
The advantages of using functions are. |
- A. Readability
- B. Reusability
- C. Easy debugging
- D. All
|
5 |
Input of a function are called __________ of the function. |
- A. Function
- B. Program
- C. Reader
- D. Parameters
|
6 |
Which functions performs commonly used mathematical calculations, string operation, imput/output operations etc. |
- A. Built -in function
- B. Library functions
- C. Standard functions
- D. All of these
|
7 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|
8 |
The ____ of the function shold be related to its task. |
- A. Name
- B. Setup
- C. Routine
- D. Work
|
9 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|
10 |
The _______ does not describe how the function performs the task assigned to it. |
- A. Return value
- B. Function signature
- C. Output
- D. Reader
|