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
The printf is a :
Choose an answer
Build-in function
User-defined function
Local function
Keyword
Previous
Skip
Next
Question # 2
The name of actual and formal parameters:
Choose an answer
May or may not be same
Must be same
Must be different
Must be in lower case
Previous
Skip
Next
Question # 3
Formal arguments are also called:
Choose an answer
Actual arguments
Dummy arguments
Original arguments
Referenced arguments
Previous
Skip
Next
Question # 4
What is the variable name that is used by a function to receive passed values?
Choose an answer
Funciton
Parameter
Expression
Constant
Previous
Skip
Next
Question # 5
A variable declaration outside any function is known as:
Choose an answer
Global variable
Local variable
External variable
Static variable
Previous
Skip
Next
Question # 6
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 # 7
Which statement is used by a function use to return a value?
Choose an answer
Give
Return
Continue
Send
Previous
Skip
Next
Question # 8
A variable declared inside a function is known as:
Choose an answer
Local variable
Global variable
Automatic variable
A and C
Previous
Skip
Next
Question # 9
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
Question # 10
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 # 11
A type of functions written by the programmer is known as:
Choose an answer
User-defined
Subprograms
Subroutines
Built-in function
Previous
Skip
Next
Back