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 |
Input of a function are called __________ of the function. |
- A. Function
- B. Program
- C. Reader
- D. Parameters
|
3 |
How many types of function. |
|
4 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|
5 |
The functions whihc are available in C standard Library are called. |
- A. User define
- B. Built - in
- C. Recursive
- D. Repetition
|
6 |
The advantages of using functions are. |
- A. Readability
- B. Reusability
- C. Easy debugging
- D. All
|
7 |
Which is wrong return statement. |
- A. Return x
- B. Return (x,y)
- C. Retrun (4,5)
- D. Both b and c
|
8 |
Which function that is used to take input from the user. |
- A. output
- B. Input
- C. Scan f
- D. Print f
|
9 |
The _______ does not describe how the function performs the task assigned to it. |
- A. Return value
- B. Function signature
- C. Output
- D. Reader
|
10 |
The value passed to the function are called. |
- A. Value
- B. Input
- C. Output
- D. Arguments
|