1 |
__________ means to transfer the control to another function. |
- A. Calling
- B. Defining
- C. re-writing
- D. Including
|
2 |
Which is approach of good problem solver. |
- A. Divide
- B. Divide and conquer
- C. Simple problem
- D. Complex problem
|
3 |
If the definition of called function appears before the definition of calling functiion, then ...... is not required. |
- A. Function signature
- B. Call
- C. Read
- D. Function
|
4 |
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
|
5 |
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
|
6 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
7 |
Char cd () { return 'a} , in this function " char" is............ |
- A. Bodies
- B. Return type
- C. Array
- D. Arguments
|
8 |
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
|
9 |
The functions whihc are available in C standard Library are called. |
- A. User define
- B. Built - in
- C. Recursive
- D. Repetition
|
10 |
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
|