1 |
The functions whihc are available in C standard Library are called. |
- A. User define
- B. Built - in
- C. Recursive
- D. Repetition
|
2 |
Char cd () { return 'a} , in this function " char" is............ |
- A. Bodies
- B. Return type
- C. Array
- D. Arguments
|
3 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|
4 |
Functions could be bult-in of........... |
- A. Admin define
- B. Server define
- C. User define
- D. Both a and b
|
5 |
Which function is to desplay anything on computer screen. |
- A. output
- B. Input
- C. Scanf
- D. Print f
|
6 |
Input of a function are called __________ of the function. |
- A. Function
- B. Program
- C. Reader
- D. Parameters
|
7 |
Which of the following are advantages of using functions. |
- A. Reusability of code
- B. Separation of tasks
- C. Readability of code
- D. All of these
|
8 |
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
|
9 |
Print f and scanf are examples of ...... function. |
- A. User
- B. Programmer
- C. Common
- D. Built in function
|
10 |
The advantages of using functions are. |
- A. Readability
- B. Reusability
- C. Easy debugging
- D. All
|