More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
Computer Science Ics Part 2 Chapter 13 Online Test MCQs With Answers
Question # 1
A type of functions written by the programmer is known as:
Choose an answer
User-defined
Subprograms
Subroutines
Built-in function
Previous
Skip
Next
Question # 2
Formal arguments are also called:
Choose an answer
Actual arguments
Dummy arguments
Original arguments
Referenced arguments
Previous
Skip
Next
Question # 3
The first line of function definition is known as:
Choose an answer
Function header
Function body
Arguments
Return type
Previous
Skip
Next
Question # 4
Which of the following steps takes place when function is called:
Choose an answer
The control moves to the function that is called
All statements in the function body are executed
The control returns back to the calling funciton
All of these
Previous
Skip
Next
Question # 5
Which of the following is true about a function call?
Choose an answer
Stops the execution of the program
Transfer control to the called function
Transfer control to the main function
Resumes the execution of the function
Previous
Skip
Next
Question # 6
Which of the following is true for return statement in a function?
Choose an answer
It can return one value only
It can return integer value
It cannot return any value
It cannot be used in a function
Previous
Skip
Next
Question # 7
The function definition consists of:
Choose an answer
Function header or function declaration
Function body
Both a and b
None
Previous
Skip
Next
Question # 8
Function define can be written:
Choose an answer
Before main() function
After main() function
in a separate file
All of these
Previous
Skip
Next
Question # 9
Another name for build-in function is:
Choose an answer
User-defined function
Arithmetic function
Library function
Both a and b
Previous
Skip
Next
Question # 10
A type of function that is available as part of language is known as:
Choose an answer
User-defined function
Library function
Sun-program
Both a and b
Previous
Skip
Next
Question # 11
A build-in function:
Choose an answer
Cannot be redefine
Can be redefined
Cannot return a value
Should be redefined
Previous
Skip
Next
Question # 12
The scope of a variable refers to its:
Choose an answer
Lengh
Name
Accessibility
Data type
Previous
Skip
Next
Question # 13
A value that can be sent to a function is known as:
Choose an answer
Return value
Indicator
Argument
Automatic variable
Previous
Skip
Next
Question # 14
Which of the following is type of function available in C language?
Choose an answer
User-defined
Build-in
Subprogram
Both a and b
Previous
Skip
Next
Back