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
ECAT Computer Science Chapter 12 Introduction to C Language Online Test MCQs With Answers
Question # 1
A type of function that is available as part of language is known as
Choose an answer
User-defined function
Library function
Sub-program
Both a and b
Previous
Skip
Next
Question # 2
Global variables are created in:
Choose an answer
RAM
ROM
Hard disk
Cache
Previous
Skip
Next
Question # 3
Another name for built in function:
Choose an answer
User defined function
Library function
Arithmetic function
Both A and B
Previous
Skip
Next
Question # 4
The process of sending an argument to a function is called:
Choose an answer
Sending
Filtering
Delivering
Passing
Previous
Skip
Next
Question # 5
Which of the following looks for the prototypes of functions used in a program?
Choose an answer
Linker
Loader
Compiler
Parser
Previous
Skip
Next
Question # 6
Function declaration consists of
Choose an answer
Function name
Function return type
Number and types of parameters
All of these
Previous
Skip
Next
Question # 7
In a C program, two functions can have:
Choose an answer
Same name
Same parameters
Same name and same parameters
Same name but different parameters
Previous
Skip
Next
Question # 8
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 # 9
Which of the following is incorrect?
Choose an answer
A function can call another function
A function can be calling many times in a program
A function can return values input by user
A function must have at least one value parameter
Previous
Skip
Next
Question # 10
A value that can be sent to a function is known as:
Choose an answer
Returned value
Indicator
Argument
Automatic variable
Previous
Skip
Next
Question # 11
The parameters in function declaration is called:
Choose an answer
Formal parameters
Actual parameters
Both A and B
Returned parameters
Previous
Skip
Next
Question # 12
Which of the following is type of function available in C language?
Choose an answer
User-defined
Arithmetic function
Both a and b
Library function
Previous
Skip
Next
Question # 13
Function declaration consist:
Choose an answer
Function name
Function return type
Number and types of parameters
All of these
Previous
Skip
Next
Question # 14
Function definition can be written
Choose an answer
Before main() function
After main() function
In a separate file
All of these
Previous
Skip
Next
Question # 15
A value that can be sent to a function is known as
Choose an answer
Returned value
Indicator
Argument
Automatic variables
Previous
Skip
Next
Question # 16
Which of the following can return a value
Choose an answer
Function
Procedure
Both A and B
None of above
Previous
Skip
Next
Back