1 |
Which describe imput and output of the function. |
Calling
Function signature
Routine
work
|
2 |
Which of the following are advantages of using functions. |
Reusability of code
Separation of tasks
Readability of code
All of these
|
3 |
The function which are defined by a programmer are called. |
Module
User -define
Routine
work
|
4 |
Which is a block of statements that performs a particular task. |
Function
Program
Routine
Block
|
5 |
__________ means to transfer the control to another function. |
Calling
Defining
re-writing
Including
|
6 |
If there are three return statements in the function body, ..... of them will be executed. |
One
Two
Three
First and last
|
7 |
The advantages of using functions are. |
Readability
Reusability
Easy debugging
All
|
8 |
Char cd () { return 'a} , in this function " char" is............ |
Bodies
Return type
Array
Arguments
|
9 |
The values passed to a function are called. |
Built -in
return type
Array
Arguments
|
10 |
The functions whihc are available in C standard Library are called. |
User define
Built - in
Recursive
Repetition
|
11 |
Functions could be bult-in of........... |
Admin define
Server define
User define
Both a and b
|