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
Multiple arguments to a function are separated by:
Choose an answer
Coments
Semicolons
Colons
Commas
Previous
Skip
Next
Question # 2
The parameters in function declaration is called:
Choose an answer
Formal parameters
Actual parameters
Both A and B
Returned parameters
Previous
Skip
Next
Question # 3
Global variables are created in:
Choose an answer
RAM
ROM
Hard disk
Cache
Previous
Skip
Next
Question # 4
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 # 5
Function declaration consists of
Choose an answer
Function name
Function return type
Number and types of parameters
All of these
Previous
Skip
Next
Question # 6
Formal arguments are also called:
Choose an answer
Actual arguments
Dummy arguments
Original arguments
Referenced arguments
Previous
Skip
Next
Question # 7
Global variables are created In
Choose an answer
RAM
ROM
Hard disk
Cache
Previous
Skip
Next
Question # 8
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 # 9
Which of the following can return a value
Choose an answer
Function
Procedure
Both A and B
None of above
Previous
Skip
Next
Question # 10
The statement that activates a function is known as:
Choose an answer
Function call
Function output
Function design
Function definition
Previous
Skip
Next
Question # 11
Function prototype for built-in functions are specified In
Choose an answer
Source file
Header file
Object file
Image file
Previous
Skip
Next
Question # 12
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 # 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
Formal arguments are also called
Choose an answer
Actual arguments
Dummy arguments
Original arguments
Referenced arguments
Previous
Skip
Next
Question # 15
The printf is a:
Choose an answer
Built-in function
User defined function
Local function
Keyword
Previous
Skip
Next
Question # 16
The first line of function definition is known as:
Choose an answer
Function header
Function body
Arguments
Return type
Previous
Skip
Next
Back