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
Memory is allocated to a local variable at the time of the :
Choose an answer
Declaration
Destruction
Definition
First reference
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
Which of the following looks for the prototypes of function used in a program?
Choose an answer
Linker
Loader
Compiler
Parser
Previous
Skip
Next
Question # 4
A build-in function:
Choose an answer
Cannot be redefine
Can be redefined
Cannot return a value
Should be redefined
Previous
Skip
Next
Question # 5
The scope of a variable refers to its:
Choose an answer
Lengh
Name
Accessibility
Data type
Previous
Skip
Next
Question # 6
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 # 7
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 # 8
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 # 9
The printf is a :
Choose an answer
Build-in function
User-defined function
Local function
Keyword
Previous
Skip
Next
Question # 10
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
Back