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 built-In function
Choose an answer
Cannot be redefined
Can be redefined
Cannot return a value
Should be redefined
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
The parameters in function declaration is called:
Choose an answer
Formal parameters
Actual parameters
Both A and B
Returned parameters
Previous
Skip
Next
Question # 4
The statement that activates a function is known as:
Choose an answer
Function call
Function output
Function design
Function definition
Previous
Skip
Next
Question # 5
The printf is a:
Choose an answer
Built-in function
User defined function
Local function
Keyword
Previous
Skip
Next
Question # 6
Which of the following is true about a function call?
Choose an answer
Stops to execution of the program
Transfer control to the called function
Transfer control to the main function
Resumes the execution of the program
Previous
Skip
Next
Question # 7
Which of the following is type of function available in C language?
Choose an answer
User defined
Built in
Subprogram
Both A and B
Previous
Skip
Next
Question # 8
Which statement is used by a function used to return a value:
Choose an answer
Given
Return
Continue
Send
Previous
Skip
Next
Question # 9
Function declaration consists of
Choose an answer
Function name
Function return type
Number and types of parameters
All of these
Previous
Skip
Next
Question # 10
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 body of function are executed
The control returns back to the calling function
All of these
Previous
Skip
Next
Question # 11
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 # 12
Function prototype for built-in functions are specified In
Choose an answer
Source file
Header file
Object file
Image file
Previous
Skip
Next
Question # 13
The function definition consists of:
Choose an answer
Function header of function declaration
Function body
Both A and B
None of these
Previous
Skip
Next
Question # 14
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 # 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
The parameters in function declaration is called:
Choose an answer
Formal parameters
Actual parameters
Both A and B
Returned parameters
Previous
Skip
Next
Back