1 |
Which is a block of statements that performs a particular task. |
- A. Function
- B. Program
- C. Routine
- D. Block
|
2 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
3 |
We can call a suer -defined function from another user defined function, same as we call other functions in ........... function. |
- A. Main
- B. Call
- C. Define
- D. Out
|
4 |
Input of a function are called __________ of the function. |
- A. Function
- B. Program
- C. Reader
- D. Parameters
|
5 |
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
|
6 |
Which is approach of good problem solver. |
- A. Divide
- B. Divide and conquer
- C. Simple problem
- D. Complex problem
|
7 |
The _______ does not describe how the function performs the task assigned to it. |
- A. Return value
- B. Function signature
- C. Output
- D. Reader
|
8 |
Which describe imput and output of the function. |
- A. Calling
- B. Function signature
- C. Routine
- D. work
|
9 |
__________ means to transfer the control to another function. |
- A. Calling
- B. Defining
- C. re-writing
- D. Including
|
10 |
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
|