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 |
The functions which are available in C standard Library are called. |
- A. Built in function
- B. Library functions
- C. Standard functions
- D. All of these
|
3 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|
4 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
5 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
6 |
Which function that is used to take input from the user. |
- A. output
- B. Input
- C. Scan f
- D. Print f
|
7 |
During the function call, the values passed to the function are called. |
- A. Argument
- B. Parameter
- C. Routine
- D. Number
|
8 |
Which is approach of good problem solver. |
- A. Divide
- B. Divide and conquer
- C. Simple problem
- D. Complex problem
|
9 |
Output of the function is called its. |
- A. Return values
- B. Input
- C. Output
- D. Reader
|
10 |
__________ means to transfer the control to another function. |
- A. Calling
- B. Defining
- C. re-writing
- D. Including
|