1 |
Functions could be bult-in of........... |
- A. Admin define
- B. Server define
- C. User define
- D. Both a and b
|
2 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
3 |
Dividing the program into multiple functions improves the ....... of the program. |
- A. Readability
- B. Open
- C. Read
- D. Write
|
4 |
Which means to transfer the control to that particular location. |
- A. Calling the function
- B. Opening the function
- C. Body the function
- D. Closing the function
|
5 |
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
|
6 |
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
|
7 |
A ____ is a block of statements that gets some inputs and provides some output. |
- A. Function
- B. Program
- C. Reader
- D. Printer
|
8 |
The _______ does not describe how the function performs the task assigned to it. |
- A. Return value
- B. Function signature
- C. Output
- D. Reader
|
9 |
Which function that is used to take input from the user. |
- A. output
- B. Input
- C. Scan f
- D. Print f
|
10 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|