1 |
Which describe imput and output of the function. |
- A. Calling
- B. Function signature
- C. Routine
- D. work
|
2 |
Functions could be bult-in of........... |
- A. Admin define
- B. Server define
- C. User define
- D. Both a and b
|
3 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|
4 |
The ____ of the function shold be related to its task. |
- A. Name
- B. Setup
- C. Routine
- D. Work
|
5 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
6 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
7 |
During the function call, the values passed to the function are called. |
- A. Argument
- B. Parameter
- C. Routine
- D. Number
|
8 |
Dividing the program into multiple functions improves the ....... of the program. |
- A. Readability
- B. Open
- C. Read
- D. Write
|
9 |
A ____ is a block of statements that gets some inputs and provides some output. |
- A. Function
- B. Program
- C. Reader
- D. Printer
|
10 |
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
|