1 |
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
|
2 |
The functions whihc are available in C standard Library are called. |
- A. User define
- B. Built - in
- C. Recursive
- D. Repetition
|
3 |
The _______ does not describe how the function performs the task assigned to it. |
- A. Return value
- B. Function signature
- C. Output
- D. Reader
|
4 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
5 |
Which are variables of different data types that are used to receive the values passed t the function as input. |
- A. Value
- B. Input
- C. Price
- D. Parameter
|
6 |
The function which are defined by a programmer are called. |
- A. Module
- B. User -define
- C. Routine
- D. work
|
7 |
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
|
8 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|
9 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
10 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|