1 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|
2 |
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
|
3 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
4 |
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
|
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 |
Output of the function is called its. |
- A. Return values
- B. Input
- C. Output
- D. Reader
|
8 |
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
|
9 |
Which is a block of statements that performs a particular task. |
- A. Function
- B. Program
- C. Routine
- D. Block
|
10 |
The __ of the function is the data type of the value returned by function. |
- A. Return type
- B. Input
- C. Output
- D. Value
|