1 |
Output of the function is called its. |
- A. Return values
- B. Input
- C. Output
- D. Reader
|
2 |
The __ of the function is the data type of the value returned by function. |
- A. Return type
- B. Input
- C. Output
- D. Value
|
3 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|
4 |
The function which are defined by a programmer are called. |
- A. Module
- B. User -define
- C. Routine
- D. work
|
5 |
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
|
6 |
Which is a block of statements that performs a particular task. |
- A. Function
- B. Program
- C. Routine
- D. Block
|
7 |
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
|
8 |
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
|
9 |
Char cd () { return 'a} , in this function " char" is............ |
- A. Bodies
- B. Return type
- C. Array
- D. Arguments
|
10 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|